Html Css Color HEX #816E95 Topaz

📋 copy color: '#816E95'

red 129 ◦ green 110 ◦ blue 149

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

Shades of Topaz #816E95

Tints of Topaz #816E95

RGB

 RED value IS 129 (50.78% from 255) = 33.25%

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

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

R = 33.25%
G = 28.35%
B = 38.4%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#816E95 (or 0x816E95) is known color: Topaz. HEX triplet: 81, 6E and 95. RGB value is (129,110,149). Sum of RGB (Red+Green+Blue) = 129+110+149=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #816E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816E95 is #7E916A. Grayscale: #777777. Windows color (decimal): -8294763 or 9793153. OLE color: 9793153.

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

Color convert

RGB 129 110 149 -
CMYK 0.13 0.26 0 0.42
HSL 269.23º 0.16% 0.51% -
HSV(B) 269.23º 0.26% 0.58% -
XYZ 20.05 17.99 30.85 -
YUV 120.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 129 110 149 0.13 0.26 0 0.42 269.23 0.16 0.51
Hex 81 6E 95 D 1A 0 2A 10D 10 33
Octal 201 156 225 15 32 0 52 415 20 63
Binary 10000001 1101110 10010101 1101 11010 0 101010 100001101 10000 110011

Color Harmonies of #816E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816E95

Black with #816E95

Text Example


Text Example

White with #816E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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