Html Css Color HEX #812499 Vivid Violet

📋 copy color: '#812499'

red 129 ◦ green 36 ◦ blue 153

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

Shades of Vivid Violet #812499

Tints of Vivid Violet #812499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.32%

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

R = 40.57%
G = 11.32%
B = 48.11%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#812499 (or 0x812499) is known color: Vivid Violet. HEX triplet: 81, 24 and 99. RGB value is (129,36,153). Sum of RGB (Red+Green+Blue) = 129+36+153=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #812499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812499 is #7EDB66. Grayscale: #4C4C4C. Windows color (decimal): -8313703 or 10036353. OLE color: 10036353.

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

Color convert

RGB 129 36 153 -
CMYK 0.16 0.76 0 0.4
HSL 287.69º 0.62% 0.37% -
HSV(B) 287.69º 0.76% 0.6% -
XYZ 15.43 8.23 30.91 -
YUV 77.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 129 36 153 0.16 0.76 0 0.4 287.69 0.62 0.37
Hex 81 24 99 10 4C 0 28 120 3E 25
Octal 201 44 231 20 114 0 50 440 76 45
Binary 10000001 100100 10011001 10000 1001100 0 101000 100100000 111110 100101

Color Harmonies of #812499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812499

Black with #812499

Text Example


Text Example

White with #812499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812499; }

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

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

background-color css

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

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

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

border-color css

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

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

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