#883F6C

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

Shades of Cosmic #883F6C

Tints of Cosmic #883F6C

Color information

#883F6C (or 0x883F6C) is unknown color: approx Cosmic. HEX triplet: 88, 3F and 6C. RGB value is (136,63,108). Sum of RGB (Red+Green+Blue) = 136+63+108=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #883F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F6C is #77C093. Grayscale: #595959. Windows color (decimal): -7848084 or 7094152. OLE color: 7094152.

HSL color Cylindrical-coordinate representation of color #883F6C: hue angle of 323.01º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F6C is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13663108-
CMYK00.540.210.47
HSL323.01º36.68%39.02%-
HSV(B)323.01º53.68%53.33%-
XYZ14.649.8715.32-
YUV89.96138.18160.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=44.30%
G=20.52%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366310800.540.210.47323.0136.6839.02
Hex883F6C036152F1432527
Octal2107715406625575034547
Binary100010001111111101100011011010101101111101000011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883F6C; }

 p { color: rgb(136,63,108); }

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

<style>
 a { background-color: #883F6C; }

 a { background-color: rgb(136,63,108); }

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

<style>
 span { border-color: #883F6C; }

 span { border-color: rgb(136,63,108); }

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