Html Css Color HEX #836A93 Topaz

📋 copy color: '#836A93'

red 131 ◦ green 106 ◦ blue 147

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

Shades of Topaz #836A93

Tints of Topaz #836A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

 BLUE value IS 147 (57.81% from 255) = 38.28%

R = 34.11%
G = 27.6%
B = 38.28%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#836A93 (or 0x836A93) is known color: Topaz. HEX triplet: 83, 6A and 93. RGB value is (131,106,147). Sum of RGB (Red+Green+Blue) = 131+106+147=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #836A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836A93 is #7C956C. Grayscale: #767676. Windows color (decimal): -8164717 or 9661059. OLE color: 9661059.

HSL color Cylindrical-coordinate representation of color #836A93: hue angle of 276.59º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #836A93 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 106 147 -
CMYK 0.11 0.28 0 0.42
HSL 276.59º 0.16% 0.5% -
HSV(B) 276.59º 0.28% 0.58% -
XYZ 19.78 17.24 29.89 -
YUV 118.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 131 106 147 0.11 0.28 0 0.42 276.59 0.16 0.5
Hex 83 6A 93 B 1C 0 2A 115 10 32
Octal 203 152 223 13 34 0 52 425 20 62
Binary 10000011 1101010 10010011 1011 11100 0 101010 100010101 10000 110010

Color Harmonies of #836A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836A93

Black with #836A93

Text Example


Text Example

White with #836A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,106,147); }

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

background-color css

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

 a { background-color: rgb(131,106,147); }

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

border-color css

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

 span { border-color: rgb(131,106,147); }

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