#8B097D

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

Shades of Purple #8B097D

Tints of Purple #8B097D

Color information

#8B097D (or 0x8B097D) is unknown color: approx Purple. HEX triplet: 8B, 09 and 7D. RGB value is (139,9,125). Sum of RGB (Red+Green+Blue) = 139+9+125=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B097D is #74F682. Grayscale: #3C3C3C. Windows color (decimal): -7665283 or 8194443. OLE color: 8194443.

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

Color convert

RGB1399125-
CMYK00.940.100.45
HSL306.46º87.84%29.02%-
HSV(B)306.46º93.53%54.51%-
XYZ14.457.1720.02-
YUV61.09164.07183.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 9 (3.91% from 255) = 3.30%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=50.92%
G=3.30%
B=45.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139912500.940.100.45306.4687.8429.02
Hex8B97D05EA2D132581d
Octal213111750136125546213035
Binary1000101110011111101010111101010101101100110010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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