#88267B

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

Shades of Dark Purple #88267B

Tints of Dark Purple #88267B

Color information

#88267B (or 0x88267B) is unknown color: approx Dark Purple. HEX triplet: 88, 26 and 7B. RGB value is (136,38,123). Sum of RGB (Red+Green+Blue) = 136+38+123=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #88267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88267B is #77D984. Grayscale: #4C4C4C. Windows color (decimal): -7854469 or 8070792. OLE color: 8070792.

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

Color convert

RGB13638123-
CMYK00.720.100.47
HSL307.96º56.32%34.12%-
HSV(B)307.96º72.06%53.33%-
XYZ14.428.0519.53-
YUV76.99153.97170.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.79%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 123 (48.44% from 255) = 41.41%
R=45.79%
G=12.79%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363812300.720.100.47307.9656.3234.12
Hex88267B048A2F1343822
Octal21046173011012574647042
Binary100010001001101111011010010001010101111100110100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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