Html Css Color HEX #836C93 Topaz

📋 copy color: '#836C93'

red 131 ◦ green 108 ◦ blue 147

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

Shades of Topaz #836C93

Tints of Topaz #836C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

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

R = 33.94%
G = 27.98%
B = 38.08%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#836C93 (or 0x836C93) is known color: Topaz. HEX triplet: 83, 6C and 93. RGB value is (131,108,147). Sum of RGB (Red+Green+Blue) = 131+108+147=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #836C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C93 is #7C936C. Grayscale: #777777. Windows color (decimal): -8164205 or 9661571. OLE color: 9661571.

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

Color convert

RGB 131 108 147 -
CMYK 0.11 0.27 0 0.42
HSL 275.38º 0.15% 0.5% -
HSV(B) 275.38º 0.27% 0.58% -
XYZ 19.99 17.66 29.96 -
YUV 119.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 131 108 147 0.11 0.27 0 0.42 275.38 0.15 0.5
Hex 83 6C 93 B 1B 0 2A 113 F 32
Octal 203 154 223 13 33 0 52 423 17 62
Binary 10000011 1101100 10010011 1011 11011 0 101010 100010011 1111 110010

Color Harmonies of #836C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836C93

Black with #836C93

Text Example


Text Example

White with #836C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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