Html Css Color HEX #836F92 Topaz

📋 copy color: '#836F92'

red 131 ◦ green 111 ◦ blue 146

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

Shades of Topaz #836F92

Tints of Topaz #836F92

RGB

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

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

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

R = 33.76%
G = 28.61%
B = 37.63%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#836F92 (or 0x836F92) is known color: Topaz. HEX triplet: 83, 6F and 92. RGB value is (131,111,146). Sum of RGB (Red+Green+Blue) = 131+111+146=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #836F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F92 is #7C906D. Grayscale: #787878. Windows color (decimal): -8163438 or 9596803. OLE color: 9596803.

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

Color convert

RGB 131 111 146 -
CMYK 0.10 0.24 0 0.43
HSL 274.29º 0.14% 0.5% -
HSV(B) 274.29º 0.24% 0.57% -
XYZ 20.23 18.27 29.65 -
YUV 120.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 131 111 146 0.10 0.24 0 0.43 274.29 0.14 0.5
Hex 83 6F 92 A 18 0 2B 112 E 32
Octal 203 157 222 12 30 0 53 422 16 62
Binary 10000011 1101111 10010010 1010 11000 0 101011 100010010 1110 110010

Color Harmonies of #836F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F92

Black with #836F92

Text Example


Text Example

White with #836F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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