Html Css Color HEX #856F92 Topaz

📋 copy color: '#856F92'

red 133 ◦ green 111 ◦ blue 146

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

Shades of Topaz #856F92

Tints of Topaz #856F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.46%

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

R = 34.1%
G = 28.46%
B = 37.44%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#856F92 (or 0x856F92) is known color: Topaz. HEX triplet: 85, 6F and 92. RGB value is (133,111,146). Sum of RGB (Red+Green+Blue) = 133+111+146=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #856F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F92 is #7A906D. Grayscale: #797979. Windows color (decimal): -8032366 or 9596805. OLE color: 9596805.

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

Color convert

RGB 133 111 146 -
CMYK 0.09 0.24 0 0.43
HSL 277.71º 0.14% 0.5% -
HSV(B) 277.71º 0.24% 0.57% -
XYZ 20.55 18.43 29.67 -
YUV 121.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 133 111 146 0.09 0.24 0 0.43 277.71 0.14 0.5
Hex 85 6F 92 9 18 0 2B 116 E 32
Octal 205 157 222 11 30 0 53 426 16 62
Binary 10000101 1101111 10010010 1001 11000 0 101011 100010110 1110 110010

Color Harmonies of #856F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F92

Black with #856F92

Text Example


Text Example

White with #856F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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