Html Css Color HEX #821C99 Vivid Violet

📋 copy color: '#821C99'

red 130 ◦ green 28 ◦ blue 153

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

Shades of Vivid Violet #821C99

Tints of Vivid Violet #821C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9%

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

R = 41.8%
G = 9%
B = 49.2%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#821C99 (or 0x821C99) is known color: Vivid Violet. HEX triplet: 82, 1C and 99. RGB value is (130,28,153). Sum of RGB (Red+Green+Blue) = 130+28+153=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #821C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821C99 is #7DE366. Grayscale: #484848. Windows color (decimal): -8250215 or 10034306. OLE color: 10034306.

HSL color Cylindrical-coordinate representation of color #821C99: hue angle of 288.96º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821C99 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 28 153 -
CMYK 0.15 0.82 0 0.4
HSL 288.96º 0.69% 0.35% -
HSV(B) 288.96º 0.82% 0.6% -
XYZ 15.37 7.88 30.85 -
YUV 72.75 173.29 168.84 -
System Red Green Blue C M Y K H S L
Decimal 130 28 153 0.15 0.82 0 0.4 288.96 0.69 0.35
Hex 82 1C 99 F 52 0 28 121 45 23
Octal 202 34 231 17 122 0 50 441 105 43
Binary 10000010 11100 10011001 1111 1010010 0 101000 100100001 1000101 100011

Color Harmonies of #821C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C99

Black with #821C99

Text Example


Text Example

White with #821C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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