Html Css Color HEX #814488 Vivid Violet

📋 copy color: '#814488'

red 129 ◦ green 68 ◦ blue 136

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

Shades of Vivid Violet #814488

Tints of Vivid Violet #814488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 136 (53.52% from 255) = 40.84%

R = 38.74%
G = 20.42%
B = 40.84%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#814488 (or 0x814488) is known color: Vivid Violet. HEX triplet: 81, 44 and 88. RGB value is (129,68,136). Sum of RGB (Red+Green+Blue) = 129+68+136=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #814488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814488 is #7EBB77. Grayscale: #5D5D5D. Windows color (decimal): -8305528 or 8930433. OLE color: 8930433.

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

Color convert

RGB 129 68 136 -
CMYK 0.05 0.50 0 0.47
HSL 293.82º 0.33% 0.4% -
HSV(B) 293.82º 0.5% 0.53% -
XYZ 15.56 10.58 24.51 -
YUV 93.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 129 68 136 0.05 0.50 0 0.47 293.82 0.33 0.4
Hex 81 44 88 5 32 0 2F 126 21 28
Octal 201 104 210 5 62 0 57 446 41 50
Binary 10000001 1000100 10001000 101 110010 0 101111 100100110 100001 101000

Color Harmonies of #814488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814488

Black with #814488

Text Example


Text Example

White with #814488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814488; }

 p { color: rgb(129,68,136); }

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

background-color css

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

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

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

border-color css

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

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

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