Html Css Color HEX #812095 Vivid Violet

📋 copy color: '#812095'

red 129 ◦ green 32 ◦ blue 149

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

Shades of Vivid Violet #812095

Tints of Vivid Violet #812095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 41.61%
G = 10.32%
B = 48.06%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#812095 (or 0x812095) is known color: Vivid Violet. HEX triplet: 81, 20 and 95. RGB value is (129,32,149). Sum of RGB (Red+Green+Blue) = 129+32+149=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #812095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812095 is #7EDF6A. Grayscale: #494949. Windows color (decimal): -8314731 or 9773185. OLE color: 9773185.

HSL color Cylindrical-coordinate representation of color #812095: hue angle of 289.74º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #812095 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 32 149 -
CMYK 0.13 0.79 0 0.42
HSL 289.74º 0.65% 0.35% -
HSV(B) 289.74º 0.79% 0.58% -
XYZ 14.99 7.87 29.16 -
YUV 74.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 129 32 149 0.13 0.79 0 0.42 289.74 0.65 0.35
Hex 81 20 95 D 4F 0 2A 122 41 23
Octal 201 40 225 15 117 0 52 442 101 43
Binary 10000001 100000 10010101 1101 1001111 0 101010 100100010 1000001 100011

Color Harmonies of #812095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812095

Black with #812095

Text Example


Text Example

White with #812095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812095; }

 p { color: rgb(129,32,149); }

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

background-color css

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

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

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

border-color css

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

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

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