#8B097B

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

Shades of Purple #8B097B

Tints of Purple #8B097B

Color information

#8B097B (or 0x8B097B) is unknown color: approx Purple. HEX triplet: 8B, 09 and 7B. RGB value is (139,9,123). Sum of RGB (Red+Green+Blue) = 139+9+123=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B097B is #74F684. Grayscale: #3C3C3C. Windows color (decimal): -7665285 or 8063371. OLE color: 8063371.

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

Color convert

RGB1399123-
CMYK00.940.120.45
HSL307.38º87.84%29.02%-
HSV(B)307.38º93.53%54.51%-
XYZ14.327.1119.36-
YUV60.87163.07183.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 9 (3.91% from 255) = 3.32%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=51.29%
G=3.32%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139912300.940.120.45307.3887.8429.02
Hex8B97B05EC2D133581d
Octal213111730136145546313035
Binary1000101110011111011010111101100101101100110011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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