#88307B

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

Shades of Dark Purple #88307B

Tints of Dark Purple #88307B

Color information

#88307B (or 0x88307B) is unknown color: approx Dark Purple. HEX triplet: 88, 30 and 7B. RGB value is (136,48,123). Sum of RGB (Red+Green+Blue) = 136+48+123=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #88307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88307B is #77CF84. Grayscale: #525252. Windows color (decimal): -7851909 or 8073352. OLE color: 8073352.

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

Color convert

RGB13648123-
CMYK00.650.100.47
HSL308.86º47.83%36.08%-
HSV(B)308.86º64.71%53.33%-
XYZ14.798.7819.65-
YUV82.86150.65165.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 123 (48.44% from 255) = 40.07%
R=44.30%
G=15.64%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364812300.650.100.47308.8647.8336.08
Hex88307B041A2F1353024
Octal21060173010112574656044
Binary100010001100001111011010000011010101111100110101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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