Html Css Color HEX #856E91 Topaz

📋 copy color: '#856E91'

red 133 ◦ green 110 ◦ blue 145

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

Shades of Topaz #856E91

Tints of Topaz #856E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.37%

R = 34.28%
G = 28.35%
B = 37.37%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#856E91 (or 0x856E91) is known color: Topaz. HEX triplet: 85, 6E and 91. RGB value is (133,110,145). Sum of RGB (Red+Green+Blue) = 133+110+145=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #856E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856E91 is #7A916E. Grayscale: #787878. Windows color (decimal): -8032623 or 9531013. OLE color: 9531013.

HSL color Cylindrical-coordinate representation of color #856E91: hue angle of 279.43º 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 #856E91 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 110 145 -
CMYK 0.08 0.24 0 0.43
HSL 279.43º 0.14% 0.5% -
HSV(B) 279.43º 0.24% 0.57% -
XYZ 20.36 18.18 29.22 -
YUV 120.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 133 110 145 0.08 0.24 0 0.43 279.43 0.14 0.5
Hex 85 6E 91 8 18 0 2B 117 E 32
Octal 205 156 221 10 30 0 53 427 16 62
Binary 10000101 1101110 10010001 1000 11000 0 101011 100010111 1110 110010

Color Harmonies of #856E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E91

Black with #856E91

Text Example


Text Example

White with #856E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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