Html Css Color HEX #8A7F99 Topaz

📋 copy color: '#8A7F99'

red 138 ◦ green 127 ◦ blue 153

#8A7F99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #8A7F99

Tints of Topaz #8A7F99

RGB

 RED value IS 138 (54.3% from 255) = 33.01%

 GREEN value IS 127 (50% from 255) = 30.38%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 33.01%
G = 30.38%
B = 36.6%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8A7F99 (or 0x8A7F99) is known color: Topaz. HEX triplet: 8A, 7F and 99. RGB value is (138,127,153). Sum of RGB (Red+Green+Blue) = 138+127+153=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A7F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7F99 is #758066. Grayscale: #858585. Windows color (decimal): -7700583 or 10059658. OLE color: 10059658.

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

Color convert

RGB 138 127 153 -
CMYK 0.10 0.17 0 0.4
HSL 265.38º 0.11% 0.55% -
HSV(B) 265.38º 0.17% 0.6% -
XYZ 23.82 22.88 33.3 -
YUV 133.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 138 127 153 0.10 0.17 0 0.4 265.38 0.11 0.55
Hex 8A 7F 99 A 11 0 28 109 B 37
Octal 212 177 231 12 21 0 50 411 13 67
Binary 10001010 1111111 10011001 1010 10001 0 101000 100001001 1011 110111

Color Harmonies of #8A7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7F99

Black with #8A7F99

Text Example


Text Example

White with #8A7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A7F99;
 }
 .AnyTagClassName
 {
   color: #8A7F99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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