Html Css Color HEX #844080 Vivid Violet

📋 copy color: '#844080'

red 132 ◦ green 64 ◦ blue 128

#844080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #844080

Tints of Vivid Violet #844080

RGB

 RED value IS 132 (51.95% from 255) = 40.74%

 GREEN value IS 64 (25.39% from 255) = 19.75%

 BLUE value IS 128 (50.39% from 255) = 39.51%

R = 40.74%
G = 19.75%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#844080 (or 0x844080) is known color: Vivid Violet. HEX triplet: 84, 40 and 80. RGB value is (132,64,128). Sum of RGB (Red+Green+Blue) = 132+64+128=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #844080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844080 is #7BBF7F. Grayscale: #5B5B5B. Windows color (decimal): -8109952 or 8405124. OLE color: 8405124.

HSL color Cylindrical-coordinate representation of color #844080: hue angle of 303.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #844080 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 64 128 -
CMYK 0 0.52 0.03 0.48
HSL 303.53º 0.35% 0.38% -
HSV(B) 303.53º 0.52% 0.52% -
XYZ 15.25 10.13 21.57 -
YUV 91.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 132 64 128 0 0.52 0.03 0.48 303.53 0.35 0.38
Hex 84 40 80 0 34 3 30 130 23 26
Octal 204 100 200 0 64 3 60 460 43 46
Binary 10000100 1000000 10000000 0 110100 11 110000 100110000 100011 100110

Color Harmonies of #844080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844080

Black with #844080

Text Example


Text Example

White with #844080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844080; }

 p { color: rgb(132,64,128); }

 H1.HeaderClassName
 {
   color: #844080;
 }
 .AnyTagClassName
 {
   color: #844080;
 }
</style>

background-color css

<style>
 a { background-color: #844080; }

 a { background-color: rgb(132,64,128); }

 div.DivClassName
 {
   background-color: #844080;
 }
 .BgClassName
 {
   background-color: #844080;
 }
</style>

border-color css

<style>
 span { border-color: #844080; }

 span { border-color: rgb(132,64,128); }

 td.TdClassName
 {
   border-color: #844080;
 }
 .TagClassName
 {
   border-color: #844080;
 }
</style>