Html Css Color HEX #821266 Dark Purple

📋 copy color: '#821266'

red 130 ◦ green 18 ◦ blue 102

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

Shades of Dark Purple #821266

Tints of Dark Purple #821266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 52%
G = 7.2%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#821266 (or 0x821266) is known color: Dark Purple. HEX triplet: 82, 12 and 66. RGB value is (130,18,102). Sum of RGB (Red+Green+Blue) = 130+18+102=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #821266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821266 is #7DED99. Grayscale: #3C3C3C. Windows color (decimal): -8252826 or 6689410. OLE color: 6689410.

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

Color convert

RGB 130 18 102 -
CMYK 0 0.86 0.22 0.49
HSL 315º 0.76% 0.29% -
HSV(B) 315º 0.86% 0.51% -
XYZ 11.82 6.14 13.13 -
YUV 61.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 130 18 102 0 0.86 0.22 0.49 315 0.76 0.29
Hex 82 12 66 0 56 16 31 13B 4C 1D
Octal 202 22 146 0 126 26 61 473 114 35
Binary 10000010 10010 1100110 0 1010110 10110 110001 100111011 1001100 11101

Color Harmonies of #821266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821266

Black with #821266

Text Example


Text Example

White with #821266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821266; }

 p { color: rgb(130,18,102); }

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

background-color css

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

 a { background-color: rgb(130,18,102); }

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

border-color css

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

 span { border-color: rgb(130,18,102); }

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