Html Css Color HEX #821999 Vivid Violet

📋 copy color: '#821999'

red 130 ◦ green 25 ◦ blue 153

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

Shades of Vivid Violet #821999

Tints of Vivid Violet #821999

RGB

 RED value IS 130 (51.17% from 255) = 42.21%

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

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

R = 42.21%
G = 8.12%
B = 49.68%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#821999 (or 0x821999) is known color: Vivid Violet. HEX triplet: 82, 19 and 99. RGB value is (130,25,153). Sum of RGB (Red+Green+Blue) = 130+25+153=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #821999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821999 is #7DE666. Grayscale: #464646. Windows color (decimal): -8250983 or 10033538. OLE color: 10033538.

HSL color Cylindrical-coordinate representation of color #821999: hue angle of 289.22º 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 #821999 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 25 153 -
CMYK 0.15 0.84 0 0.4
HSL 289.22º 0.72% 0.35% -
HSV(B) 289.22º 0.84% 0.6% -
XYZ 15.3 7.74 30.82 -
YUV 70.99 174.29 170.09 -
System Red Green Blue C M Y K H S L
Decimal 130 25 153 0.15 0.84 0 0.4 289.22 0.72 0.35
Hex 82 19 99 F 54 0 28 121 48 23
Octal 202 31 231 17 124 0 50 441 110 43
Binary 10000010 11001 10011001 1111 1010100 0 101000 100100001 1001000 100011

Color Harmonies of #821999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821999

Black with #821999

Text Example


Text Example

White with #821999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821999; }

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

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

background-color css

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

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

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

border-color css

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

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

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