Html Css Color HEX #836E92 Topaz

📋 copy color: '#836E92'

red 131 ◦ green 110 ◦ blue 146

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

Shades of Topaz #836E92

Tints of Topaz #836E92

RGB

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

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

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

R = 33.85%
G = 28.42%
B = 37.73%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#836E92 (or 0x836E92) is known color: Topaz. HEX triplet: 83, 6E and 92. RGB value is (131,110,146). Sum of RGB (Red+Green+Blue) = 131+110+146=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #836E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836E92 is #7C916D. Grayscale: #787878. Windows color (decimal): -8163694 or 9596547. OLE color: 9596547.

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

Color convert

RGB 131 110 146 -
CMYK 0.10 0.25 0 0.43
HSL 275º 0.14% 0.5% -
HSV(B) 275º 0.25% 0.57% -
XYZ 20.12 18.05 29.62 -
YUV 120.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 131 110 146 0.10 0.25 0 0.43 275 0.14 0.5
Hex 83 6E 92 A 19 0 2B 113 E 32
Octal 203 156 222 12 31 0 53 423 16 62
Binary 10000011 1101110 10010010 1010 11001 0 101011 100010011 1110 110010

Color Harmonies of #836E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836E92

Black with #836E92

Text Example


Text Example

White with #836E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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