#8A7D99

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

Shades of Topaz #8A7D99

Tints of Topaz #8A7D99

Color information

#8A7D99 (or 0x8A7D99) is unknown color: approx Topaz. HEX triplet: 8A, 7D and 99. RGB value is (138,125,153). Sum of RGB (Red+Green+Blue) = 138+125+153=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A7D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7D99 is #758266. Grayscale: #838383. Windows color (decimal): -7701095 or 10059146. OLE color: 10059146.

HSL color Cylindrical-coordinate representation of color #8A7D99: hue angle of 267.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A7D99 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB138125153-
CMYK0.100.1800.4
HSL267.86º12.07%54.51%-
HSV(B)267.86º18.3%60%-
XYZ23.5622.3733.21-
YUV132.08139.81132.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.17%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=33.17%
G=30.05%
B=36.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1381251530.100.1800.4267.8612.0754.51
Hex8A7D99A1202810cc37
Octal21217523112220504141467
Binary1000101011111011001100110101001001010001000011001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,125,153); }

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

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

 a { background-color: rgb(138,125,153); }

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

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

 span { border-color: rgb(138,125,153); }

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