Html Css Color HEX #831999 Vivid Violet

📋 copy color: '#831999'

red 131 ◦ green 25 ◦ blue 153

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

Shades of Vivid Violet #831999

Tints of Vivid Violet #831999

RGB

 RED value IS 131 (51.56% from 255) = 42.39%

 GREEN value IS 25 (10.16% from 255) = 8.09%

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

R = 42.39%
G = 8.09%
B = 49.51%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#831999 (or 0x831999) is known color: Vivid Violet. HEX triplet: 83, 19 and 99. RGB value is (131,25,153). Sum of RGB (Red+Green+Blue) = 131+25+153=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #831999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831999 is #7CE666. Grayscale: #464646. Windows color (decimal): -8185447 or 10033539. OLE color: 10033539.

HSL color Cylindrical-coordinate representation of color #831999: hue angle of 289.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831999 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 25 153 -
CMYK 0.14 0.84 0 0.4
HSL 289.69º 0.72% 0.35% -
HSV(B) 289.69º 0.84% 0.6% -
XYZ 15.46 7.82 30.83 -
YUV 71.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 131 25 153 0.14 0.84 0 0.4 289.69 0.72 0.35
Hex 83 19 99 E 54 0 28 122 48 23
Octal 203 31 231 16 124 0 50 442 110 43
Binary 10000011 11001 10011001 1110 1010100 0 101000 100100010 1001000 100011

Color Harmonies of #831999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831999

Black with #831999

Text Example


Text Example

White with #831999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831999; }

 p { color: rgb(131,25,153); }

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

background-color css

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

 a { background-color: rgb(131,25,153); }

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

border-color css

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

 span { border-color: rgb(131,25,153); }

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