Html Css Color HEX #806D8E Topaz

📋 copy color: '#806D8E'

red 128 ◦ green 109 ◦ blue 142

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

Shades of Topaz #806D8E

Tints of Topaz #806D8E

RGB

 RED value IS 128 (50.39% from 255) = 33.77%

 GREEN value IS 109 (42.97% from 255) = 28.76%

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 33.77%
G = 28.76%
B = 37.47%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#806D8E (or 0x806D8E) is known color: Topaz. HEX triplet: 80, 6D and 8E. RGB value is (128,109,142). Sum of RGB (Red+Green+Blue) = 128+109+142=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #806D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806D8E is #7F9271. Grayscale: #767676. Windows color (decimal): -8360562 or 9334144. OLE color: 9334144.

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

Color convert

RGB 128 109 142 -
CMYK 0.10 0.23 0 0.44
HSL 274.55º 0.13% 0.49% -
HSV(B) 274.55º 0.23% 0.56% -
XYZ 19.25 17.48 27.95 -
YUV 118.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 128 109 142 0.10 0.23 0 0.44 274.55 0.13 0.49
Hex 80 6D 8E A 17 0 2C 113 D 31
Octal 200 155 216 12 27 0 54 423 15 61
Binary 10000000 1101101 10001110 1010 10111 0 101100 100010011 1101 110001

Color Harmonies of #806D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D8E

Black with #806D8E

Text Example


Text Example

White with #806D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806D8E; }

 p { color: rgb(128,109,142); }

 H1.HeaderClassName
 {
   color: #806D8E;
 }
 .AnyTagClassName
 {
   color: #806D8E;
 }
</style>

background-color css

<style>
 a { background-color: #806D8E; }

 a { background-color: rgb(128,109,142); }

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

border-color css

<style>
 span { border-color: #806D8E; }

 span { border-color: rgb(128,109,142); }

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