#8B426A

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

Shades of Cosmic #8B426A

Tints of Cosmic #8B426A

Color information

#8B426A (or 0x8B426A) is unknown color: approx Cosmic. HEX triplet: 8B, 42 and 6A. RGB value is (139,66,106). Sum of RGB (Red+Green+Blue) = 139+66+106=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B426A is #74BD95. Grayscale: #5C5C5C. Windows color (decimal): -7650710 or 6963851. OLE color: 6963851.

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

Color convert

RGB13966106-
CMYK00.530.240.45
HSL327.12º35.61%40.2%-
HSV(B)327.12º52.52%54.51%-
XYZ15.210.4314.85-
YUV92.39135.68161.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=44.69%
G=21.22%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396610600.530.240.45327.1235.6140.2
Hex8B426A035182D1472428
Octal21310215206530555074450
Binary1000101110000101101010011010111000101101101000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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