#882369

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

Shades of Dark Purple #882369

Tints of Dark Purple #882369

Color information

#882369 (or 0x882369) is unknown color: approx Dark Purple. HEX triplet: 88, 23 and 69. RGB value is (136,35,105). Sum of RGB (Red+Green+Blue) = 136+35+105=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #882369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882369 is #77DC96. Grayscale: #494949. Windows color (decimal): -7855255 or 6890376. OLE color: 6890376.

HSL color Cylindrical-coordinate representation of color #882369: hue angle of 318.42º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882369 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13635105-
CMYK00.740.230.47
HSL318.42º59.06%33.53%-
HSV(B)318.42º74.26%53.33%-
XYZ13.37.4614.1-
YUV73.18145.96172.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=49.28%
G=12.68%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363510500.740.230.47318.4259.0633.53
Hex88236904A172F13e3b22
Octal21043151011227574767342
Binary1000100010001111010010100101010111101111100111110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882369; }

 p { color: rgb(136,35,105); }

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

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

 a { background-color: rgb(136,35,105); }

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

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

 span { border-color: rgb(136,35,105); }

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