#8C3B6D

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

Shades of Cosmic #8C3B6D

Tints of Cosmic #8C3B6D

Color information

#8C3B6D (or 0x8C3B6D) is unknown color: approx Cosmic. HEX triplet: 8C, 3B and 6D. RGB value is (140,59,109). Sum of RGB (Red+Green+Blue) = 140+59+109=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3B6D is #73C492. Grayscale: #585858. Windows color (decimal): -7586963 or 7158668. OLE color: 7158668.

HSL color Cylindrical-coordinate representation of color #8C3B6D: hue angle of 322.96º 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 #8C3B6D is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB14059109-
CMYK00.580.220.45
HSL322.96º40.7%39.02%-
HSV(B)322.96º57.86%54.9%-
XYZ15.149.8115.56-
YUV88.92139.34164.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.45%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=45.45%
G=19.16%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405910900.580.220.45322.9640.739.02
Hex8C3B6D03A162D1432927
Octal2147315507226555035147
Binary100011001110111101101011101010110101101101000011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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