#8B3F6C

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

Shades of Cosmic #8B3F6C

Tints of Cosmic #8B3F6C

Color information

#8B3F6C (or 0x8B3F6C) is unknown color: approx Cosmic. HEX triplet: 8B, 3F and 6C. RGB value is (139,63,108). Sum of RGB (Red+Green+Blue) = 139+63+108=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F6C is #74C093. Grayscale: #5A5A5A. Windows color (decimal): -7651476 or 7094155. OLE color: 7094155.

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

Color convert

RGB13963108-
CMYK00.550.220.45
HSL324.47º37.62%39.61%-
HSV(B)324.47º54.68%54.51%-
XYZ15.1310.1315.34-
YUV90.85137.68162.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 63 (25% from 255) = 20.32%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=44.84%
G=20.32%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396310800.550.220.45324.4737.6239.61
Hex8B3F6C037162D1442628
Octal2137715406726555044650
Binary100010111111111101100011011110110101101101000100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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