#8B3A6C

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

Shades of Cosmic #8B3A6C

Tints of Cosmic #8B3A6C

Color information

#8B3A6C (or 0x8B3A6C) is unknown color: approx Cosmic. HEX triplet: 8B, 3A and 6C. RGB value is (139,58,108). Sum of RGB (Red+Green+Blue) = 139+58+108=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3A6C is #74C593. Grayscale: #575757. Windows color (decimal): -7652756 or 7092875. OLE color: 7092875.

HSL color Cylindrical-coordinate representation of color #8B3A6C: hue angle of 322.96º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B3A6C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB13958108-
CMYK00.580.220.45
HSL322.96º41.12%38.63%-
HSV(B)322.96º58.27%54.51%-
XYZ14.879.615.26-
YUV87.92139.34164.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 58 (23.05% from 255) = 19.02%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=45.57%
G=19.02%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395810800.580.220.45322.9641.1238.63
Hex8B3A6C03A162D1432927
Octal2137215407226555035147
Binary100010111110101101100011101010110101101101000011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,58,108); }

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

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

 a { background-color: rgb(139,58,108); }

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

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

 span { border-color: rgb(139,58,108); }

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