Html Css Color HEX #8A7F93 Topaz

📋 copy color: '#8A7F93'

red 138 ◦ green 127 ◦ blue 147

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

Shades of Topaz #8A7F93

Tints of Topaz #8A7F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 33.5%
G = 30.83%
B = 35.68%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A7F93 (or 0x8A7F93) is known color: Topaz. HEX triplet: 8A, 7F and 93. RGB value is (138,127,147). Sum of RGB (Red+Green+Blue) = 138+127+147=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A7F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7F93 is #75806C. Grayscale: #848484. Windows color (decimal): -7700589 or 9666442. OLE color: 9666442.

HSL color Cylindrical-coordinate representation of color #8A7F93: hue angle of 273º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A7F93 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 127 147 -
CMYK 0.06 0.14 0 0.42
HSL 273º 0.08% 0.54% -
HSV(B) 273º 0.14% 0.58% -
XYZ 23.34 22.69 30.75 -
YUV 132.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 138 127 147 0.06 0.14 0 0.42 273 0.08 0.54
Hex 8A 7F 93 6 E 0 2A 111 8 36
Octal 212 177 223 6 16 0 52 421 10 66
Binary 10001010 1111111 10010011 110 1110 0 101010 100010001 1000 110110

Color Harmonies of #8A7F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7F93

Black with #8A7F93

Text Example


Text Example

White with #8A7F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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