Html Css Color HEX #836F90 Topaz

📋 copy color: '#836F90'

red 131 ◦ green 111 ◦ blue 144

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

Shades of Topaz #836F90

Tints of Topaz #836F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 33.94%
G = 28.76%
B = 37.31%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#836F90 (or 0x836F90) is known color: Topaz. HEX triplet: 83, 6F and 90. RGB value is (131,111,144). Sum of RGB (Red+Green+Blue) = 131+111+144=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #836F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836F90 is #7C906F. Grayscale: #787878. Windows color (decimal): -8163440 or 9465731. OLE color: 9465731.

HSL color Cylindrical-coordinate representation of color #836F90: hue angle of 276.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #836F90 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 111 144 -
CMYK 0.09 0.23 0 0.44
HSL 276.36º 0.13% 0.5% -
HSV(B) 276.36º 0.23% 0.56% -
XYZ 20.08 18.21 28.84 -
YUV 120.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 131 111 144 0.09 0.23 0 0.44 276.36 0.13 0.5
Hex 83 6F 90 9 17 0 2C 114 D 32
Octal 203 157 220 11 27 0 54 424 15 62
Binary 10000011 1101111 10010000 1001 10111 0 101100 100010100 1101 110010

Color Harmonies of #836F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836F90

Black with #836F90

Text Example


Text Example

White with #836F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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