Html Css Color HEX #821163 Dark Purple

📋 copy color: '#821163'

red 130 ◦ green 17 ◦ blue 99

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

Shades of Dark Purple #821163

Tints of Dark Purple #821163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 52.85%
G = 6.91%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#821163 (or 0x821163) is known color: Dark Purple. HEX triplet: 82, 11 and 63. RGB value is (130,17,99). Sum of RGB (Red+Green+Blue) = 130+17+99=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #821163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821163 is #7DEE9C. Grayscale: #3B3B3B. Windows color (decimal): -8253085 or 6492546. OLE color: 6492546.

HSL color Cylindrical-coordinate representation of color #821163: hue angle of 316.46º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821163 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 17 99 -
CMYK 0 0.87 0.24 0.49
HSL 316.46º 0.77% 0.29% -
HSV(B) 316.46º 0.87% 0.51% -
XYZ 11.66 6.05 12.36 -
YUV 60.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 130 17 99 0 0.87 0.24 0.49 316.46 0.77 0.29
Hex 82 11 63 0 57 18 31 13C 4D 1D
Octal 202 21 143 0 127 30 61 474 115 35
Binary 10000010 10001 1100011 0 1010111 11000 110001 100111100 1001101 11101

Color Harmonies of #821163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821163

Black with #821163

Text Example


Text Example

White with #821163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821163; }

 p { color: rgb(130,17,99); }

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

background-color css

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

 a { background-color: rgb(130,17,99); }

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

border-color css

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

 span { border-color: rgb(130,17,99); }

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