#88127B

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

Shades of Dark Purple #88127B

Tints of Dark Purple #88127B

Color information

#88127B (or 0x88127B) is unknown color: approx Dark Purple. HEX triplet: 88, 12 and 7B. RGB value is (136,18,123). Sum of RGB (Red+Green+Blue) = 136+18+123=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88127B is #77ED84. Grayscale: #404040. Windows color (decimal): -7859589 or 8065672. OLE color: 8065672.

HSL color Cylindrical-coordinate representation of color #88127B: hue angle of 306.61º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88127B is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13618123-
CMYK00.870.100.47
HSL306.61º76.62%30.2%-
HSV(B)306.61º86.76%53.33%-
XYZ13.947.119.37-
YUV65.25160.59178.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=49.10%
G=6.50%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361812300.870.100.47306.6176.6230.2
Hex88127B057A2F1334d1e
Octal210221730127125746311536
Binary10001000100101111011010101111010101111100110011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88127B; }

 p { color: rgb(136,18,123); }

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

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

 a { background-color: rgb(136,18,123); }

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

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

 span { border-color: rgb(136,18,123); }

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