#8A097B

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

Shades of Purple #8A097B

Tints of Purple #8A097B

Color information

#8A097B (or 0x8A097B) is unknown color: approx Purple. HEX triplet: 8A, 09 and 7B. RGB value is (138,9,123). Sum of RGB (Red+Green+Blue) = 138+9+123=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A097B is #75F684. Grayscale: #3C3C3C. Windows color (decimal): -7730821 or 8063370. OLE color: 8063370.

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

Color convert

RGB1389123-
CMYK00.930.110.46
HSL306.98º87.76%28.82%-
HSV(B)306.98º93.48%54.12%-
XYZ14.157.0319.35-
YUV60.57163.24183.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 9 (3.91% from 255) = 3.33%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=51.11%
G=3.33%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138912300.930.110.46306.9887.7628.82
Hex8A97B05DB2E133581d
Octal212111730135135646313035
Binary1000101010011111011010111011011101110100110011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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