Html Css Color HEX #814399 Vivid Violet

📋 copy color: '#814399'

red 129 ◦ green 67 ◦ blue 153

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

Shades of Vivid Violet #814399

Tints of Vivid Violet #814399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 36.96%
G = 19.2%
B = 43.84%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#814399 (or 0x814399) is known color: Vivid Violet. HEX triplet: 81, 43 and 99. RGB value is (129,67,153). Sum of RGB (Red+Green+Blue) = 129+67+153=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #814399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814399 is #7EBC66. Grayscale: #5F5F5F. Windows color (decimal): -8305767 or 10044289. OLE color: 10044289.

HSL color Cylindrical-coordinate representation of color #814399: hue angle of 283.26º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814399 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 67 153 -
CMYK 0.16 0.56 0 0.4
HSL 283.26º 0.39% 0.43% -
HSV(B) 283.26º 0.56% 0.6% -
XYZ 16.81 10.98 31.37 -
YUV 95.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 129 67 153 0.16 0.56 0 0.4 283.26 0.39 0.43
Hex 81 43 99 10 38 0 28 11B 27 2B
Octal 201 103 231 20 70 0 50 433 47 53
Binary 10000001 1000011 10011001 10000 111000 0 101000 100011011 100111 101011

Color Harmonies of #814399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814399

Black with #814399

Text Example


Text Example

White with #814399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814399; }

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

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

background-color css

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

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

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

border-color css

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

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

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