Html Css Color HEX #814386 Vivid Violet

📋 copy color: '#814386'

red 129 ◦ green 67 ◦ blue 134

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

Shades of Vivid Violet #814386

Tints of Vivid Violet #814386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.61%

R = 39.09%
G = 20.3%
B = 40.61%

CMYK

 C value IS 0.04

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#814386 (or 0x814386) is known color: Vivid Violet. HEX triplet: 81, 43 and 86. RGB value is (129,67,134). Sum of RGB (Red+Green+Blue) = 129+67+134=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 134 - color contains mainly: blue. Hex color #814386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814386 is #7EBC79. Grayscale: #5C5C5C. Windows color (decimal): -8305786 or 8799105. OLE color: 8799105.

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

Color convert

RGB 129 67 134 -
CMYK 0.04 0.5 0 0.47
HSL 295.52º 0.33% 0.39% -
HSV(B) 295.52º 0.5% 0.53% -
XYZ 15.36 10.4 23.75 -
YUV 93.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 129 67 134 0.04 0.5 0 0.47 295.52 0.33 0.39
Hex 81 43 86 4 32 0 2F 128 21 27
Octal 201 103 206 4 62 0 57 450 41 47
Binary 10000001 1000011 10000110 100 110010 0 101111 100101000 100001 100111

Color Harmonies of #814386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814386

Black with #814386

Text Example


Text Example

White with #814386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814386; }

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

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

background-color css

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

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

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

border-color css

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

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

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