#8C3B6E

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

Shades of Cosmic #8C3B6E

Tints of Cosmic #8C3B6E

Color information

#8C3B6E (or 0x8C3B6E) is unknown color: approx Cosmic. HEX triplet: 8C, 3B and 6E. RGB value is (140,59,110). Sum of RGB (Red+Green+Blue) = 140+59+110=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3B6E is #73C491. Grayscale: #585858. Windows color (decimal): -7586962 or 7224204. OLE color: 7224204.

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

Color convert

RGB14059110-
CMYK00.580.210.45
HSL322.22º40.7%39.02%-
HSV(B)322.22º57.86%54.9%-
XYZ15.199.8315.85-
YUV89.03139.84164.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.31%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=45.31%
G=19.09%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405911000.580.210.45322.2240.739.02
Hex8C3B6E03A152D1422927
Octal2147315607225555025147
Binary100011001110111101110011101010101101101101000010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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