Html Css Color HEX #812988 Vivid Violet

📋 copy color: '#812988'

red 129 ◦ green 41 ◦ blue 136

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

Shades of Vivid Violet #812988

Tints of Vivid Violet #812988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 42.16%
G = 13.4%
B = 44.44%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#812988 (or 0x812988) is known color: Vivid Violet. HEX triplet: 81, 29 and 88. RGB value is (129,41,136). Sum of RGB (Red+Green+Blue) = 129+41+136=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #812988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812988 is #7ED677. Grayscale: #4D4D4D. Windows color (decimal): -8312440 or 8923521. OLE color: 8923521.

HSL color Cylindrical-coordinate representation of color #812988: hue angle of 295.58º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812988 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 41 136 -
CMYK 0.05 0.70 0 0.47
HSL 295.58º 0.54% 0.35% -
HSV(B) 295.58º 0.7% 0.53% -
XYZ 14.29 8.03 24.09 -
YUV 78.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 129 41 136 0.05 0.70 0 0.47 295.58 0.54 0.35
Hex 81 29 88 5 46 0 2F 128 36 23
Octal 201 51 210 5 106 0 57 450 66 43
Binary 10000001 101001 10001000 101 1000110 0 101111 100101000 110110 100011

Color Harmonies of #812988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812988

Black with #812988

Text Example


Text Example

White with #812988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812988; }

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

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

background-color css

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

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

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

border-color css

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

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

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