#88146A

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

Shades of Dark Purple #88146A

Tints of Dark Purple #88146A

Color information

#88146A (or 0x88146A) is unknown color: approx Dark Purple. HEX triplet: 88, 14 and 6A. RGB value is (136,20,106). Sum of RGB (Red+Green+Blue) = 136+20+106=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88146A is #77EB95. Grayscale: #404040. Windows color (decimal): -7859094 or 6952072. OLE color: 6952072.

HSL color Cylindrical-coordinate representation of color #88146A: hue angle of 315.52º 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 #88146A is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13620106-
CMYK00.850.220.47
HSL315.52º74.36%30.59%-
HSV(B)315.52º85.29%53.33%-
XYZ13.016.7814.26-
YUV64.49151.43179.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 20 (8.20% from 255) = 7.63%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=51.91%
G=7.63%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1362010600.850.220.47315.5274.3630.59
Hex88146A055162F13c4a1f
Octal210241520125265747411237
Binary100010001010011010100101010110110101111100111100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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