#8C3F6F

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

Shades of Cosmic #8C3F6F

Tints of Cosmic #8C3F6F

Color information

#8C3F6F (or 0x8C3F6F) is unknown color: approx Cosmic. HEX triplet: 8C, 3F and 6F. RGB value is (140,63,111). Sum of RGB (Red+Green+Blue) = 140+63+111=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3F6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3F6F is #73C090. Grayscale: #5B5B5B. Windows color (decimal): -7585937 or 7290764. OLE color: 7290764.

HSL color Cylindrical-coordinate representation of color #8C3F6F: hue angle of 322.6º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C3F6F is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14063111-
CMYK00.550.210.45
HSL322.6º37.93%39.8%-
HSV(B)322.6º55%54.9%-
XYZ15.4610.2816.21-
YUV91.49139.01162.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.59%
GREEN value IS 63 (25% from 255) = 20.06%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=44.59%
G=20.06%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406311100.550.210.45322.637.9339.8
Hex8C3F6F037152D1432628
Octal2147715706725555034650
Binary100011001111111101111011011110101101101101000011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3F6F; }

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

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

<style>
 a { background-color: #8C3F6F; }

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

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

<style>
 span { border-color: #8C3F6F; }

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

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