#825D98

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

Shades of Affair #825D98

Tints of Affair #825D98

Color information

#825D98 (or 0x825D98) is unknown color: approx Affair. HEX triplet: 82, 5D and 98. RGB value is (130,93,152). Sum of RGB (Red+Green+Blue) = 130+93+152=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #825D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825D98 is #7DA267. Grayscale: #6E6E6E. Windows color (decimal): -8233576 or 9985410. OLE color: 9985410.

HSL color Cylindrical-coordinate representation of color #825D98: hue angle of 277.63º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #825D98 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13093152-
CMYK0.140.3900.40
HSL277.63º24.08%48.04%-
HSV(B)277.63º38.82%59.61%-
XYZ18.7914.8431.58-
YUV110.79151.26141.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=34.67%
G=24.8%
B=40.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130931520.140.3900.40277.6324.0848.04
Hex825D98E270281161830
Octal20213523016470504263060
Binary100000101011101100110001110100111010100010001011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825D98; }

 p { color: rgb(130,93,152); }

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

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

 a { background-color: rgb(130,93,152); }

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

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

 span { border-color: rgb(130,93,152); }

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