#826C93

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

Shades of Topaz #826C93

Tints of Topaz #826C93

Color information

#826C93 (or 0x826C93) is unknown color: approx Topaz. HEX triplet: 82, 6C and 93. RGB value is (130,108,147). Sum of RGB (Red+Green+Blue) = 130+108+147=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #826C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826C93 is #7D936C. Grayscale: #767676. Windows color (decimal): -8229741 or 9661570. OLE color: 9661570.

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

Color convert

RGB130108147-
CMYK0.120.2700.42
HSL273.85º15.29%50%-
HSV(B)273.85º26.53%57.65%-
XYZ19.8317.5829.95-
YUV119.02143.79135.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=33.77%
G=28.05%
B=38.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301081470.120.2700.42273.8515.2950
Hex826C93C1B02A112f32
Octal20215422314330524221762
Binary1000001011011001001001111001101101010101000100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826C93; }

 p { color: rgb(130,108,147); }

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

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

 a { background-color: rgb(130,108,147); }

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

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

 span { border-color: rgb(130,108,147); }

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