#8B406E

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

Shades of Cosmic #8B406E

Tints of Cosmic #8B406E

Color information

#8B406E (or 0x8B406E) is unknown color: approx Cosmic. HEX triplet: 8B, 40 and 6E. RGB value is (139,64,110). Sum of RGB (Red+Green+Blue) = 139+64+110=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B406E is #74BF91. Grayscale: #5B5B5B. Windows color (decimal): -7651218 or 7225483. OLE color: 7225483.

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

Color convert

RGB13964110-
CMYK00.540.210.45
HSL323.2º36.95%39.8%-
HSV(B)323.2º53.96%54.51%-
XYZ15.310.2815.93-
YUV91.67138.35161.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=44.41%
G=20.45%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396411000.540.210.45323.236.9539.8
Hex8B406E036152D1432528
Octal21310015606625555034550
Binary1000101110000001101110011011010101101101101000011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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