#825993

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

Shades of Affair #825993

Tints of Affair #825993

Color information

#825993 (or 0x825993) is unknown color: approx Affair. HEX triplet: 82, 59 and 93. RGB value is (130,89,147). Sum of RGB (Red+Green+Blue) = 130+89+147=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #825993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825993 is #7DA66C. Grayscale: #6B6B6B. Windows color (decimal): -8234605 or 9656706. OLE color: 9656706.

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

Color convert

RGB13089147-
CMYK0.120.3900.42
HSL282.41º24.58%46.27%-
HSV(B)282.41º39.46%57.65%-
XYZ18.041429.35-
YUV107.87150.08143.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=35.52%
G=24.32%
B=40.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130891470.120.3900.42282.4124.5846.27
Hex825993C2702A11a192e
Octal20213122314470524323156
Binary100000101011001100100111100100111010101010001101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825993; }

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

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

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

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

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

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

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

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