Html Css Color HEX #836E95 Topaz

📋 copy color: '#836E95'

red 131 ◦ green 110 ◦ blue 149

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

Shades of Topaz #836E95

Tints of Topaz #836E95

RGB

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

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

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

R = 33.59%
G = 28.21%
B = 38.21%

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

#836E95 (or 0x836E95) is known color: Topaz. HEX triplet: 83, 6E and 95. RGB value is (131,110,149). Sum of RGB (Red+Green+Blue) = 131+110+149=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #836E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836E95 is #7C916A. Grayscale: #787878. Windows color (decimal): -8163691 or 9793155. OLE color: 9793155.

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

Color convert

RGB 131 110 149 -
CMYK 0.12 0.26 0 0.42
HSL 272.31º 0.16% 0.51% -
HSV(B) 272.31º 0.26% 0.58% -
XYZ 20.36 18.15 30.86 -
YUV 120.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 131 110 149 0.12 0.26 0 0.42 272.31 0.16 0.51
Hex 83 6E 95 C 1A 0 2A 110 10 33
Octal 203 156 225 14 32 0 52 420 20 63
Binary 10000011 1101110 10010101 1100 11010 0 101010 100010000 10000 110011

Color Harmonies of #836E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836E95

Black with #836E95

Text Example


Text Example

White with #836E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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