#806994

Color #806994 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #806994

Tints of Topaz #806994

Color information

#806994 (or 0x806994) is unknown color: approx Topaz. HEX triplet: 80, 69 and 94. RGB value is (128,105,148). Sum of RGB (Red+Green+Blue) = 128+105+148=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #806994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806994 is #7F966B. Grayscale: #747474. Windows color (decimal): -8361580 or 9726336. OLE color: 9726336.

HSL color Cylindrical-coordinate representation of color #806994: hue angle of 272.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #806994 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB128105148-
CMYK0.140.2900.42
HSL272.09º17%49.61%-
HSV(B)272.09º29.05%58.04%-
XYZ19.316.8330.25-
YUV116.78145.62136-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.60%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=33.60%
G=27.56%
B=38.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281051480.140.2900.42272.091749.61
Hex806994E1D02A1101132
Octal20015122416350524202162
Binary10000000110100110010100111011101010101010001000010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806994; }

 p { color: rgb(128,105,148); }

 H1.HeaderClassName
 {
   color: #806994;
 }
 .AnyTagClassName
 {
   color: #806994;
 }
</style>
background-color css

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

 a { background-color: rgb(128,105,148); }

 div.DivClassName
 {
   background-color: #806994;
 }
 .BgClassName
 {
   background-color: #806994;
 }
</style>
border-color css

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

 span { border-color: rgb(128,105,148); }

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