Html Css Color HEX #836F91 Topaz

📋 copy color: '#836F91'

red 131 ◦ green 111 ◦ blue 145

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

Shades of Topaz #836F91

Tints of Topaz #836F91

RGB

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

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

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

R = 33.85%
G = 28.68%
B = 37.47%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#836F91 (or 0x836F91) is known color: Topaz. HEX triplet: 83, 6F and 91. RGB value is (131,111,145). Sum of RGB (Red+Green+Blue) = 131+111+145=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #836F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F91 is #7C906E. Grayscale: #787878. Windows color (decimal): -8163439 or 9531267. OLE color: 9531267.

HSL color Cylindrical-coordinate representation of color #836F91: hue angle of 275.29º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836F91 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 111 145 -
CMYK 0.10 0.23 0 0.43
HSL 275.29º 0.13% 0.5% -
HSV(B) 275.29º 0.23% 0.57% -
XYZ 20.16 18.24 29.25 -
YUV 120.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 131 111 145 0.10 0.23 0 0.43 275.29 0.13 0.5
Hex 83 6F 91 A 17 0 2B 113 D 32
Octal 203 157 221 12 27 0 53 423 15 62
Binary 10000011 1101111 10010001 1010 10111 0 101011 100010011 1101 110010

Color Harmonies of #836F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F91

Black with #836F91

Text Example


Text Example

White with #836F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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