#882165

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

Shades of Dark Purple #882165

Tints of Dark Purple #882165

Color information

#882165 (or 0x882165) is unknown color: approx Dark Purple. HEX triplet: 88, 21 and 65. RGB value is (136,33,101). Sum of RGB (Red+Green+Blue) = 136+33+101=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #882165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882165 is #77DE9A. Grayscale: #474747. Windows color (decimal): -7855771 or 6627720. OLE color: 6627720.

HSL color Cylindrical-coordinate representation of color #882165: hue angle of 320.39º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882165 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13633101-
CMYK00.760.260.47
HSL320.39º60.95%33.14%-
HSV(B)320.39º75.74%53.33%-
XYZ13.057.2613.03-
YUV71.55144.62173.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 33 (13.28% from 255) = 12.22%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=50.37%
G=12.22%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363310100.760.260.47320.3960.9533.14
Hex88216504C1A2F1403d21
Octal21041145011432575007541
Binary1000100010000111001010100110011010101111101000000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882165; }

 p { color: rgb(136,33,101); }

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

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

 a { background-color: rgb(136,33,101); }

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

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

 span { border-color: rgb(136,33,101); }

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