#8B3D66

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

Shades of Cosmic #8B3D66

Tints of Cosmic #8B3D66

Color information

#8B3D66 (or 0x8B3D66) is unknown color: approx Cosmic. HEX triplet: 8B, 3D and 66. RGB value is (139,61,102). Sum of RGB (Red+Green+Blue) = 139+61+102=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3D66 is #74C299. Grayscale: #585858. Windows color (decimal): -7651994 or 6700427. OLE color: 6700427.

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

Color convert

RGB13961102-
CMYK00.560.270.45
HSL328.46º39%39.22%-
HSV(B)328.46º56.12%54.51%-
XYZ14.719.7913.68-
YUV89135.34163.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=46.03%
G=20.20%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396110200.560.270.45328.463939.22
Hex8B3D660381B2D1482727
Octal2137514607033555104747
Binary100010111111011100110011100011011101101101001000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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