#8B416E

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

Shades of Cosmic #8B416E

Tints of Cosmic #8B416E

Color information

#8B416E (or 0x8B416E) is unknown color: approx Cosmic. HEX triplet: 8B, 41 and 6E. RGB value is (139,65,110). Sum of RGB (Red+Green+Blue) = 139+65+110=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B416E is #74BE91. Grayscale: #5C5C5C. Windows color (decimal): -7650962 or 7225739. OLE color: 7225739.

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

Color convert

RGB13965110-
CMYK00.530.210.45
HSL323.51º36.27%40%-
HSV(B)323.51º53.24%54.51%-
XYZ15.3510.415.95-
YUV92.26138.02161.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 65 (25.78% from 255) = 20.70%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=44.27%
G=20.70%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396511000.530.210.45323.5136.2740
Hex8B416E035152D1442428
Octal21310115606525555044450
Binary1000101110000011101110011010110101101101101000100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,65,110); }

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

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

 a { background-color: rgb(139,65,110); }

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

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

 span { border-color: rgb(139,65,110); }

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