#816993

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

Shades of Topaz #816993

Tints of Topaz #816993

Color information

#816993 (or 0x816993) is unknown color: approx Topaz. HEX triplet: 81, 69 and 93. RGB value is (129,105,147). Sum of RGB (Red+Green+Blue) = 129+105+147=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #816993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816993 is #7E966C. Grayscale: #747474. Windows color (decimal): -8296045 or 9660801. OLE color: 9660801.

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

Color convert

RGB129105147-
CMYK0.120.2900.42
HSL274.29º16.67%49.41%-
HSV(B)274.29º28.57%57.65%-
XYZ19.3716.8829.84-
YUV116.96144.95136.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.86%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=33.86%
G=27.56%
B=38.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291051470.120.2900.42274.2916.6749.41
Hex816993C1D02A1121131
Octal20115122314350524222161
Binary10000001110100110010011110011101010101010001001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816993; }

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

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

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

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

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

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

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

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