#8B426E

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

Shades of Cosmic #8B426E

Tints of Cosmic #8B426E

Color information

#8B426E (or 0x8B426E) is unknown color: approx Cosmic. HEX triplet: 8B, 42 and 6E. RGB value is (139,66,110). Sum of RGB (Red+Green+Blue) = 139+66+110=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B426E is #74BD91. Grayscale: #5C5C5C. Windows color (decimal): -7650706 or 7225995. OLE color: 7225995.

HSL color Cylindrical-coordinate representation of color #8B426E: hue angle of 323.84º 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 #8B426E is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB13966110-
CMYK00.530.210.45
HSL323.84º35.61%40.2%-
HSV(B)323.84º52.52%54.51%-
XYZ15.4110.5115.97-
YUV92.84137.68160.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 66 (26.17% from 255) = 20.95%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=44.13%
G=20.95%
B=34.92%

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
Decimal1396611000.530.210.45323.8435.6140.2
Hex8B426E035152D1442428
Octal21310215606525555044450
Binary1000101110000101101110011010110101101101101000100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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