#8C3E6E

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

Shades of Cosmic #8C3E6E

Tints of Cosmic #8C3E6E

Color information

#8C3E6E (or 0x8C3E6E) is unknown color: approx Cosmic. HEX triplet: 8C, 3E and 6E. RGB value is (140,62,110). Sum of RGB (Red+Green+Blue) = 140+62+110=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3E6E is #73C191. Grayscale: #5A5A5A. Windows color (decimal): -7586194 or 7224972. OLE color: 7224972.

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

Color convert

RGB14062110-
CMYK00.560.210.45
HSL323.08º38.61%39.61%-
HSV(B)323.08º55.71%54.9%-
XYZ15.3510.1515.9-
YUV90.79138.84163.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.87%
GREEN value IS 62 (24.61% from 255) = 19.87%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=44.87%
G=19.87%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406211000.560.210.45323.0838.6139.61
Hex8C3E6E038152D1432728
Octal2147615607025555034750
Binary100011001111101101110011100010101101101101000011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,62,110); }

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

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

 a { background-color: rgb(140,62,110); }

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

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

 span { border-color: rgb(140,62,110); }

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