#8B3F6B

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

Shades of Cosmic #8B3F6B

Tints of Cosmic #8B3F6B

Color information

#8B3F6B (or 0x8B3F6B) is unknown color: approx Cosmic. HEX triplet: 8B, 3F and 6B. RGB value is (139,63,107). Sum of RGB (Red+Green+Blue) = 139+63+107=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F6B is #74C094. Grayscale: #5A5A5A. Windows color (decimal): -7651477 or 7028619. OLE color: 7028619.

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

Color convert

RGB13963107-
CMYK00.550.230.45
HSL325.26º37.62%39.61%-
HSV(B)325.26º54.68%54.51%-
XYZ15.0810.1115.07-
YUV90.74137.18162.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=44.98%
G=20.39%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396310700.550.230.45325.2637.6239.61
Hex8B3F6B037172D1452628
Octal2137715306727555054650
Binary100010111111111101011011011110111101101101000101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,63,107); }

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

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

 a { background-color: rgb(139,63,107); }

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

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

 span { border-color: rgb(139,63,107); }

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