Html Css Color HEX #856F95 Topaz

📋 copy color: '#856F95'

red 133 ◦ green 111 ◦ blue 149

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

Shades of Topaz #856F95

Tints of Topaz #856F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 33.84%
G = 28.24%
B = 37.91%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#856F95 (or 0x856F95) is known color: Topaz. HEX triplet: 85, 6F and 95. RGB value is (133,111,149). Sum of RGB (Red+Green+Blue) = 133+111+149=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #856F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F95 is #7A906A. Grayscale: #797979. Windows color (decimal): -8032363 or 9793413. OLE color: 9793413.

HSL color Cylindrical-coordinate representation of color #856F95: hue angle of 274.74º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856F95 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 111 149 -
CMYK 0.11 0.26 0 0.42
HSL 274.74º 0.15% 0.51% -
HSV(B) 274.74º 0.26% 0.58% -
XYZ 20.78 18.53 30.91 -
YUV 121.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 133 111 149 0.11 0.26 0 0.42 274.74 0.15 0.51
Hex 85 6F 95 B 1A 0 2A 113 F 33
Octal 205 157 225 13 32 0 52 423 17 63
Binary 10000101 1101111 10010101 1011 11010 0 101010 100010011 1111 110011

Color Harmonies of #856F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F95

Black with #856F95

Text Example


Text Example

White with #856F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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