Html Css Color HEX #816E93 Topaz

📋 copy color: '#816E93'

red 129 ◦ green 110 ◦ blue 147

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

Shades of Topaz #816E93

Tints of Topaz #816E93

RGB

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

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

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

R = 33.42%
G = 28.5%
B = 38.08%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#816E93 (or 0x816E93) is known color: Topaz. HEX triplet: 81, 6E and 93. RGB value is (129,110,147). Sum of RGB (Red+Green+Blue) = 129+110+147=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 110 (43.36% from 255 or 28.50% 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 #816E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816E93 is #7E916C. Grayscale: #777777. Windows color (decimal): -8294765 or 9662081. OLE color: 9662081.

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

Color convert

RGB 129 110 147 -
CMYK 0.12 0.25 0 0.42
HSL 270.81º 0.15% 0.5% -
HSV(B) 270.81º 0.25% 0.58% -
XYZ 19.9 17.93 30.02 -
YUV 119.9 143.29 134.49 -
System Red Green Blue C M Y K H S L
Decimal 129 110 147 0.12 0.25 0 0.42 270.81 0.15 0.5
Hex 81 6E 93 C 19 0 2A 10F F 32
Octal 201 156 223 14 31 0 52 417 17 62
Binary 10000001 1101110 10010011 1100 11001 0 101010 100001111 1111 110010

Color Harmonies of #816E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816E93

Black with #816E93

Text Example


Text Example

White with #816E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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