#88146D

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

Shades of Dark Purple #88146D

Tints of Dark Purple #88146D

Color information

#88146D (or 0x88146D) is unknown color: approx Dark Purple. HEX triplet: 88, 14 and 6D. RGB value is (136,20,109). Sum of RGB (Red+Green+Blue) = 136+20+109=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #88146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88146D is #77EB92. Grayscale: #404040. Windows color (decimal): -7859091 or 7148680. OLE color: 7148680.

HSL color Cylindrical-coordinate representation of color #88146D: hue angle of 313.97º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88146D is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13620109-
CMYK00.850.200.47
HSL313.97º74.36%30.59%-
HSV(B)313.97º85.29%53.33%-
XYZ13.166.8415.09-
YUV64.83152.93178.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 109 (42.97% from 255) = 41.13%
R=51.32%
G=7.55%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362010900.850.200.47313.9774.3630.59
Hex88146D055142F13a4a1f
Octal210241550125245747211237
Binary100010001010011011010101010110100101111100111010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88146D; }

 p { color: rgb(136,20,109); }

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

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

 a { background-color: rgb(136,20,109); }

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

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

 span { border-color: rgb(136,20,109); }

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