Html Css Color HEX #814589 Vivid Violet

📋 copy color: '#814589'

red 129 ◦ green 69 ◦ blue 137

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

Shades of Vivid Violet #814589

Tints of Vivid Violet #814589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.9%

R = 38.51%
G = 20.6%
B = 40.9%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#814589 (or 0x814589) is known color: Vivid Violet. HEX triplet: 81, 45 and 89. RGB value is (129,69,137). Sum of RGB (Red+Green+Blue) = 129+69+137=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #814589 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814589 is #7EBA76. Grayscale: #5E5E5E. Windows color (decimal): -8305271 or 8996225. OLE color: 8996225.

HSL color Cylindrical-coordinate representation of color #814589: hue angle of 292.94º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814589 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 69 137 -
CMYK 0.06 0.50 0 0.46
HSL 292.94º 0.33% 0.4% -
HSV(B) 292.94º 0.5% 0.54% -
XYZ 15.7 10.73 24.91 -
YUV 94.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 129 69 137 0.06 0.50 0 0.46 292.94 0.33 0.4
Hex 81 45 89 6 32 0 2E 125 21 28
Octal 201 105 211 6 62 0 56 445 41 50
Binary 10000001 1000101 10001001 110 110010 0 101110 100100101 100001 101000

Color Harmonies of #814589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814589

Black with #814589

Text Example


Text Example

White with #814589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814589; }

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

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

background-color css

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

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

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

border-color css

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

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

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