#883F6F

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

Shades of Cosmic #883F6F

Tints of Cosmic #883F6F

Color information

#883F6F (or 0x883F6F) is unknown color: approx Cosmic. HEX triplet: 88, 3F and 6F. RGB value is (136,63,111). Sum of RGB (Red+Green+Blue) = 136+63+111=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #883F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F6F is #77C090. Grayscale: #5A5A5A. Windows color (decimal): -7848081 or 7290760. OLE color: 7290760.

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

Color convert

RGB13663111-
CMYK00.540.180.47
HSL320.55º36.68%39.02%-
HSV(B)320.55º53.68%53.33%-
XYZ14.89.9416.18-
YUV90.3139.68160.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.87%
GREEN value IS 63 (25% from 255) = 20.32%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=43.87%
G=20.32%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366311100.540.180.47320.5536.6839.02
Hex883F6F036122F1412527
Octal2107715706622575014547
Binary100010001111111101111011011010010101111101000001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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