#883F6E

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

Shades of Cosmic #883F6E

Tints of Cosmic #883F6E

Color information

#883F6E (or 0x883F6E) is unknown color: approx Cosmic. HEX triplet: 88, 3F and 6E. RGB value is (136,63,110). Sum of RGB (Red+Green+Blue) = 136+63+110=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #883F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F6E is #77C091. Grayscale: #5A5A5A. Windows color (decimal): -7848082 or 7225224. OLE color: 7225224.

HSL color Cylindrical-coordinate representation of color #883F6E: hue angle of 321.37º 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 #883F6E is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13663110-
CMYK00.540.190.47
HSL321.37º36.68%39.02%-
HSV(B)321.37º53.68%53.33%-
XYZ14.759.9215.89-
YUV90.18139.18160.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=44.01%
G=20.39%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366311000.540.190.47321.3736.6839.02
Hex883F6E036132F1412527
Octal2107715606623575014547
Binary100010001111111101110011011010011101111101000001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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