Html Css Color HEX #814284 Vivid Violet

📋 copy color: '#814284'

red 129 ◦ green 66 ◦ blue 132

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

Shades of Vivid Violet #814284

Tints of Vivid Violet #814284

RGB

 RED value IS 129 (50.78% from 255) = 39.45%

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 39.45%
G = 20.18%
B = 40.37%

CMYK

 C value IS 0.02

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#814284 (or 0x814284) is known color: Vivid Violet. HEX triplet: 81, 42 and 84. RGB value is (129,66,132). Sum of RGB (Red+Green+Blue) = 129+66+132=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #814284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814284 is #7EBD7B. Grayscale: #5C5C5C. Windows color (decimal): -8306044 or 8667777. OLE color: 8667777.

HSL color Cylindrical-coordinate representation of color #814284: hue angle of 297.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814284 is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 66 132 -
CMYK 0.02 0.5 0 0.48
HSL 297.27º 0.33% 0.39% -
HSV(B) 297.27º 0.5% 0.52% -
XYZ 15.17 10.23 23 -
YUV 92.36 150.37 154.13 -
System Red Green Blue C M Y K H S L
Decimal 129 66 132 0.02 0.5 0 0.48 297.27 0.33 0.39
Hex 81 42 84 2 32 0 30 129 21 27
Octal 201 102 204 2 62 0 60 451 41 47
Binary 10000001 1000010 10000100 10 110010 0 110000 100101001 100001 100111

Color Harmonies of #814284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814284

Black with #814284

Text Example


Text Example

White with #814284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814284; }

 p { color: rgb(129,66,132); }

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

background-color css

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

 a { background-color: rgb(129,66,132); }

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

border-color css

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

 span { border-color: rgb(129,66,132); }

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