Html Css Color HEX #856E92 Topaz

📋 copy color: '#856E92'

red 133 ◦ green 110 ◦ blue 146

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

Shades of Topaz #856E92

Tints of Topaz #856E92

RGB

 RED value IS 133 (52.34% from 255) = 34.19%

 GREEN value IS 110 (43.36% from 255) = 28.28%

 BLUE value IS 146 (57.42% from 255) = 37.53%

R = 34.19%
G = 28.28%
B = 37.53%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#856E92 (or 0x856E92) is known color: Topaz. HEX triplet: 85, 6E and 92. RGB value is (133,110,146). Sum of RGB (Red+Green+Blue) = 133+110+146=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #856E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E92 is #7A916D. Grayscale: #787878. Windows color (decimal): -8032622 or 9596549. OLE color: 9596549.

HSL color Cylindrical-coordinate representation of color #856E92: hue angle of 278.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856E92 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 110 146 -
CMYK 0.09 0.25 0 0.43
HSL 278.33º 0.14% 0.5% -
HSV(B) 278.33º 0.25% 0.57% -
XYZ 20.44 18.21 29.63 -
YUV 120.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 133 110 146 0.09 0.25 0 0.43 278.33 0.14 0.5
Hex 85 6E 92 9 19 0 2B 116 E 32
Octal 205 156 222 11 31 0 53 426 16 62
Binary 10000101 1101110 10010010 1001 11001 0 101011 100010110 1110 110010

Color Harmonies of #856E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E92

Black with #856E92

Text Example


Text Example

White with #856E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856E92; }

 p { color: rgb(133,110,146); }

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

background-color css

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

 a { background-color: rgb(133,110,146); }

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

border-color css

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

 span { border-color: rgb(133,110,146); }

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