#88307E

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

Shades of Dark Purple #88307E

Tints of Dark Purple #88307E

Color information

#88307E (or 0x88307E) is unknown color: approx Dark Purple. HEX triplet: 88, 30 and 7E. RGB value is (136,48,126). Sum of RGB (Red+Green+Blue) = 136+48+126=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88307E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88307E is #77CF81. Grayscale: #525252. Windows color (decimal): -7851906 or 8269960. OLE color: 8269960.

HSL color Cylindrical-coordinate representation of color #88307E: hue angle of 306.82º 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 #88307E is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13648126-
CMYK00.650.070.47
HSL306.82º47.83%36.08%-
HSV(B)306.82º64.71%53.33%-
XYZ14.988.8520.66-
YUV83.2152.15165.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 48 (19.14% from 255) = 15.48%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=43.87%
G=15.48%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364812600.650.070.47306.8247.8336.08
Hex88307E04172F1333024
Octal2106017601017574636044
Binary10001000110000111111001000001111101111100110011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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