Html Css Color HEX #847193 Topaz

📋 copy color: '#847193'

red 132 ◦ green 113 ◦ blue 147

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

Shades of Topaz #847193

Tints of Topaz #847193

RGB

 RED value IS 132 (51.95% from 255) = 33.67%

 GREEN value IS 113 (44.53% from 255) = 28.83%

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

R = 33.67%
G = 28.83%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#847193 (or 0x847193) is known color: Topaz. HEX triplet: 84, 71 and 93. RGB value is (132,113,147). Sum of RGB (Red+Green+Blue) = 132+113+147=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #847193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847193 is #7B8E6C. Grayscale: #7A7A7A. Windows color (decimal): -8097389 or 9662852. OLE color: 9662852.

HSL color Cylindrical-coordinate representation of color #847193: hue angle of 273.53º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #847193 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 113 147 -
CMYK 0.10 0.23 0 0.42
HSL 273.53º 0.14% 0.51% -
HSV(B) 273.53º 0.23% 0.58% -
XYZ 20.69 18.82 30.15 -
YUV 122.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 132 113 147 0.10 0.23 0 0.42 273.53 0.14 0.51
Hex 84 71 93 A 17 0 2A 112 E 33
Octal 204 161 223 12 27 0 52 422 16 63
Binary 10000100 1110001 10010011 1010 10111 0 101010 100010010 1110 110011

Color Harmonies of #847193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847193

Black with #847193

Text Example


Text Example

White with #847193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847193; }

 p { color: rgb(132,113,147); }

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

background-color css

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

 a { background-color: rgb(132,113,147); }

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

border-color css

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

 span { border-color: rgb(132,113,147); }

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