#88416E

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

Shades of Cosmic #88416E

Tints of Cosmic #88416E

Color information

#88416E (or 0x88416E) is unknown color: approx Cosmic. HEX triplet: 88, 41 and 6E. RGB value is (136,65,110). Sum of RGB (Red+Green+Blue) = 136+65+110=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88416E is #77BE91. Grayscale: #5B5B5B. Windows color (decimal): -7847570 or 7225736. OLE color: 7225736.

HSL color Cylindrical-coordinate representation of color #88416E: hue angle of 321.97º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88416E is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13665110-
CMYK00.520.190.47
HSL321.97º35.32%39.41%-
HSV(B)321.97º52.21%53.33%-
XYZ14.8610.1415.93-
YUV91.36138.52159.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 110 (43.36% from 255) = 35.37%
R=43.73%
G=20.90%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366511000.520.190.47321.9735.3239.41
Hex88416E034132F1422327
Octal21010115606423575024347
Binary1000100010000011101110011010010011101111101000010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,65,110); }

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

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

 a { background-color: rgb(136,65,110); }

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

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

 span { border-color: rgb(136,65,110); }

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