Html Css Color HEX #814381 Vivid Violet

📋 copy color: '#814381'

red 129 ◦ green 67 ◦ blue 129

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

Shades of Vivid Violet #814381

Tints of Vivid Violet #814381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 129 (50.78% from 255) = 39.69%

R = 39.69%
G = 20.62%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#814381 (or 0x814381) is known color: Vivid Violet. HEX triplet: 81, 43 and 81. RGB value is (129,67,129). Sum of RGB (Red+Green+Blue) = 129+67+129=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #814381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814381 is #7EBC7E. Grayscale: #5C5C5C. Windows color (decimal): -8305791 or 8471425. OLE color: 8471425.

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

Color convert

RGB 129 67 129 -
CMYK 0 0.48 0 0.49
HSL 300º 0.32% 0.38% -
HSV(B) 300º 0.48% 0.51% -
XYZ 15.02 10.27 21.96 -
YUV 92.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 129 67 129 0 0.48 0 0.49 300 0.32 0.38
Hex 81 43 81 0 30 0 31 12C 20 26
Octal 201 103 201 0 60 0 61 454 40 46
Binary 10000001 1000011 10000001 0 110000 0 110001 100101100 100000 100110

Color Harmonies of #814381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814381

Black with #814381

Text Example


Text Example

White with #814381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814381; }

 p { color: rgb(129,67,129); }

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

background-color css

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

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

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

border-color css

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

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

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