Html Css Color HEX #812799 Vivid Violet

📋 copy color: '#812799'

red 129 ◦ green 39 ◦ blue 153

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

Shades of Vivid Violet #812799

Tints of Vivid Violet #812799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

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

R = 40.19%
G = 12.15%
B = 47.66%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#812799 (or 0x812799) is known color: Vivid Violet. HEX triplet: 81, 27 and 99. RGB value is (129,39,153). Sum of RGB (Red+Green+Blue) = 129+39+153=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #812799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812799 is #7ED866. Grayscale: #4E4E4E. Windows color (decimal): -8312935 or 10037121. OLE color: 10037121.

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

Color convert

RGB 129 39 153 -
CMYK 0.16 0.75 0 0.4
HSL 287.37º 0.59% 0.38% -
HSV(B) 287.37º 0.75% 0.6% -
XYZ 15.53 8.42 30.94 -
YUV 78.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 129 39 153 0.16 0.75 0 0.4 287.37 0.59 0.38
Hex 81 27 99 10 4B 0 28 11F 3B 26
Octal 201 47 231 20 113 0 50 437 73 46
Binary 10000001 100111 10011001 10000 1001011 0 101000 100011111 111011 100110

Color Harmonies of #812799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812799

Black with #812799

Text Example


Text Example

White with #812799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812799; }

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

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

background-color css

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

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

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

border-color css

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

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

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