Html Css Color HEX #836F95 Topaz

📋 copy color: '#836F95'

red 131 ◦ green 111 ◦ blue 149

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

Shades of Topaz #836F95

Tints of Topaz #836F95

RGB

 RED value IS 131 (51.56% from 255) = 33.5%

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

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

R = 33.5%
G = 28.39%
B = 38.11%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#836F95 (or 0x836F95) is known color: Topaz. HEX triplet: 83, 6F and 95. RGB value is (131,111,149). Sum of RGB (Red+Green+Blue) = 131+111+149=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #836F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F95 is #7C906A. Grayscale: #797979. Windows color (decimal): -8163435 or 9793411. OLE color: 9793411.

HSL color Cylindrical-coordinate representation of color #836F95: hue angle of 271.58º 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 #836F95 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 111 149 -
CMYK 0.12 0.26 0 0.42
HSL 271.58º 0.15% 0.51% -
HSV(B) 271.58º 0.26% 0.58% -
XYZ 20.47 18.36 30.9 -
YUV 121.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 131 111 149 0.12 0.26 0 0.42 271.58 0.15 0.51
Hex 83 6F 95 C 1A 0 2A 110 F 33
Octal 203 157 225 14 32 0 52 420 17 63
Binary 10000011 1101111 10010101 1100 11010 0 101010 100010000 1111 110011

Color Harmonies of #836F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F95

Black with #836F95

Text Example


Text Example

White with #836F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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