#8b4c75

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

Shades of Cosmic #8B4C75

Tints of Cosmic #8B4C75

Color information

#8B4C75 (or 0x8B4C75) is unknown color: approx Cosmic. HEX triplet: 8B, 4C and 75. RGB value is (139,76,117). Sum of RGB (Red+Green+Blue) = 139+76+117=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4C75 is #74B38A. Grayscale: #636363. Windows color (decimal): -7648139 or 7687307. OLE color: 7687307.

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

Color convert

RGB13976117-
CMYK00.450.160.45
HSL320.95º29.3%42.16%-
HSV(B)320.95º45.32%54.51%-
XYZ16.4411.9418.27-
YUV99.51137.87156.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=41.87%
G=22.89%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397611700.450.160.45320.9529.342.16
Hex8B4C7502D102D1411d2a
Octal21311416505520555013552
Binary100010111001100111010101011011000010110110100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b4c75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,117); }

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

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

 a { background-color: rgb(139,76,117); }

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

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

 span { border-color: rgb(139,76,117); }

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