#883C6E

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

Shades of Cosmic #883C6E

Tints of Cosmic #883C6E

Color information

#883C6E (or 0x883C6E) is unknown color: approx Cosmic. HEX triplet: 88, 3C and 6E. RGB value is (136,60,110). Sum of RGB (Red+Green+Blue) = 136+60+110=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #883C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C6E is #77C391. Grayscale: #585858. Windows color (decimal): -7848850 or 7224456. OLE color: 7224456.

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

Color convert

RGB13660110-
CMYK00.560.190.47
HSL320.53º38.78%38.43%-
HSV(B)320.53º55.88%53.33%-
XYZ14.589.5915.83-
YUV88.42140.18161.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.44%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=44.44%
G=19.61%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366011000.560.190.47320.5338.7838.43
Hex883C6E038132F1412726
Octal2107415607023575014746
Binary100010001111001101110011100010011101111101000001100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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