Html Css Color HEX #814584 Vivid Violet

📋 copy color: '#814584'

red 129 ◦ green 69 ◦ blue 132

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

Shades of Vivid Violet #814584

Tints of Vivid Violet #814584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

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

R = 39.09%
G = 20.91%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#814584 (or 0x814584) is known color: Vivid Violet. HEX triplet: 81, 45 and 84. RGB value is (129,69,132). Sum of RGB (Red+Green+Blue) = 129+69+132=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #814584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814584 is #7EBA7B. Grayscale: #5D5D5D. Windows color (decimal): -8305276 or 8668545. OLE color: 8668545.

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

Color convert

RGB 129 69 132 -
CMYK 0.02 0.48 0 0.48
HSL 297.14º 0.31% 0.39% -
HSV(B) 297.14º 0.48% 0.52% -
XYZ 15.35 10.59 23.06 -
YUV 94.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 129 69 132 0.02 0.48 0 0.48 297.14 0.31 0.39
Hex 81 45 84 2 30 0 30 129 1F 27
Octal 201 105 204 2 60 0 60 451 37 47
Binary 10000001 1000101 10000100 10 110000 0 110000 100101001 11111 100111

Color Harmonies of #814584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814584

Black with #814584

Text Example


Text Example

White with #814584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814584; }

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

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

background-color css

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

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

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

border-color css

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

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

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