Html Css Color HEX #814585 Vivid Violet

📋 copy color: '#814585'

red 129 ◦ green 69 ◦ blue 133

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

Shades of Vivid Violet #814585

Tints of Vivid Violet #814585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 38.97%
G = 20.85%
B = 40.18%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#814585 (or 0x814585) is known color: Vivid Violet. HEX triplet: 81, 45 and 85. RGB value is (129,69,133). Sum of RGB (Red+Green+Blue) = 129+69+133=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #814585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814585 is #7EBA7A. Grayscale: #5E5E5E. Windows color (decimal): -8305275 or 8734081. OLE color: 8734081.

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

Color convert

RGB 129 69 133 -
CMYK 0.03 0.48 0 0.48
HSL 296.25º 0.32% 0.4% -
HSV(B) 296.25º 0.48% 0.52% -
XYZ 15.42 10.62 23.43 -
YUV 94.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 129 69 133 0.03 0.48 0 0.48 296.25 0.32 0.4
Hex 81 45 85 3 30 0 30 128 20 28
Octal 201 105 205 3 60 0 60 450 40 50
Binary 10000001 1000101 10000101 11 110000 0 110000 100101000 100000 101000

Color Harmonies of #814585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814585

Black with #814585

Text Example


Text Example

White with #814585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814585; }

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

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

background-color css

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

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

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

border-color css

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

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

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