#820F65

Color #820F65 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #820F65

Tints of Dark Purple #820F65

Color information

#820F65 (or 0x820F65) is unknown color: approx Dark Purple. HEX triplet: 82, 0F and 65. RGB value is (130,15,101). Sum of RGB (Red+Green+Blue) = 130+15+101=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #820F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820F65 is #7DF09A. Grayscale: #3A3A3A. Windows color (decimal): -8253595 or 6623106. OLE color: 6623106.

HSL color Cylindrical-coordinate representation of color #820F65: hue angle of 315.13º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F65 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13015101-
CMYK00.880.220.49
HSL315.13º79.31%28.43%-
HSV(B)315.13º88.46%50.98%-
XYZ11.736.0312.86-
YUV59.19151.6178.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=52.85%
G=6.10%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301510100.880.220.49315.1379.3128.43
Hex82F65058163113b4f1c
Octal202171450130266147311734
Binary10000010111111001010101100010110110001100111011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820F65; }

 p { color: rgb(130,15,101); }

 H1.HeaderClassName
 {
   color: #820F65;
 }
 .AnyTagClassName
 {
   color: #820F65;
 }
</style>
background-color css

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

 a { background-color: rgb(130,15,101); }

 div.DivClassName
 {
   background-color: #820F65;
 }
 .BgClassName
 {
   background-color: #820F65;
 }
</style>
border-color css

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

 span { border-color: rgb(130,15,101); }

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