Html Css Color HEX #821899 Vivid Violet

📋 copy color: '#821899'

red 130 ◦ green 24 ◦ blue 153

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

Shades of Vivid Violet #821899

Tints of Vivid Violet #821899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

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

R = 42.35%
G = 7.82%
B = 49.84%

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

#821899 (or 0x821899) is known color: Vivid Violet. HEX triplet: 82, 18 and 99. RGB value is (130,24,153). Sum of RGB (Red+Green+Blue) = 130+24+153=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #821899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821899 is #7DE766. Grayscale: #454545. Windows color (decimal): -8251239 or 10033282. OLE color: 10033282.

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

Color convert

RGB 130 24 153 -
CMYK 0.15 0.84 0 0.4
HSL 289.3º 0.73% 0.35% -
HSV(B) 289.3º 0.84% 0.6% -
XYZ 15.28 7.7 30.82 -
YUV 70.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 130 24 153 0.15 0.84 0 0.4 289.3 0.73 0.35
Hex 82 18 99 F 54 0 28 121 49 23
Octal 202 30 231 17 124 0 50 441 111 43
Binary 10000010 11000 10011001 1111 1010100 0 101000 100100001 1001001 100011

Color Harmonies of #821899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821899

Black with #821899

Text Example


Text Example

White with #821899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821899; }

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

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

background-color css

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

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

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

border-color css

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

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

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