#8B097C

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

Shades of Purple #8B097C

Tints of Purple #8B097C

Color information

#8B097C (or 0x8B097C) is unknown color: approx Purple. HEX triplet: 8B, 09 and 7C. RGB value is (139,9,124). Sum of RGB (Red+Green+Blue) = 139+9+124=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B097C is #74F683. Grayscale: #3C3C3C. Windows color (decimal): -7665284 or 8128907. OLE color: 8128907.

HSL color Cylindrical-coordinate representation of color #8B097C: hue angle of 306.92º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B097C is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB1399124-
CMYK00.940.110.45
HSL306.92º87.84%29.02%-
HSV(B)306.92º93.53%54.51%-
XYZ14.387.1419.69-
YUV60.98163.57183.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 9 (3.91% from 255) = 3.31%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=51.10%
G=3.31%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139912400.940.110.45306.9287.8429.02
Hex8B97C05EB2D133581d
Octal213111740136135546313035
Binary1000101110011111100010111101011101101100110011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,124); }

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

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

 a { background-color: rgb(139,9,124); }

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

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

 span { border-color: rgb(139,9,124); }

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