#8B3E66

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

Shades of Cosmic #8B3E66

Tints of Cosmic #8B3E66

Color information

#8B3E66 (or 0x8B3E66) is unknown color: approx Cosmic. HEX triplet: 8B, 3E and 66. RGB value is (139,62,102). Sum of RGB (Red+Green+Blue) = 139+62+102=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3E66 is #74C199. Grayscale: #595959. Windows color (decimal): -7651738 or 6700683. OLE color: 6700683.

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

Color convert

RGB13962102-
CMYK00.550.270.45
HSL328.83º38.31%39.41%-
HSV(B)328.83º55.4%54.51%-
XYZ14.779.8913.7-
YUV89.58135.01163.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 62 (24.61% from 255) = 20.46%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=45.87%
G=20.46%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396210200.550.270.45328.8338.3139.41
Hex8B3E660371B2D1492627
Octal2137614606733555114647
Binary100010111111101100110011011111011101101101001001100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,62,102); }

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

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

 a { background-color: rgb(139,62,102); }

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

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

 span { border-color: rgb(139,62,102); }

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