Html Css Color HEX #825990 Affair

📋 copy color: '#825990'

red 130 ◦ green 89 ◦ blue 144

#825990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #825990

Tints of Affair #825990

RGB

 RED value IS 130 (51.17% from 255) = 35.81%

 GREEN value IS 89 (35.16% from 255) = 24.52%

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 35.81%
G = 24.52%
B = 39.67%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#825990 (or 0x825990) is known color: Affair. HEX triplet: 82, 59 and 90. RGB value is (130,89,144). Sum of RGB (Red+Green+Blue) = 130+89+144=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #825990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825990 is #7DA66F. Grayscale: #6B6B6B. Windows color (decimal): -8234608 or 9460098. OLE color: 9460098.

HSL color Cylindrical-coordinate representation of color #825990: hue angle of 284.73º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825990 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 89 144 -
CMYK 0.10 0.38 0 0.44
HSL 284.73º 0.24% 0.46% -
HSV(B) 284.73º 0.38% 0.56% -
XYZ 17.81 13.9 28.13 -
YUV 107.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 130 89 144 0.10 0.38 0 0.44 284.73 0.24 0.46
Hex 82 59 90 A 26 0 2C 11D 18 2E
Octal 202 131 220 12 46 0 54 435 30 56
Binary 10000010 1011001 10010000 1010 100110 0 101100 100011101 11000 101110

Color Harmonies of #825990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825990

Black with #825990

Text Example


Text Example

White with #825990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825990; }

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

 H1.HeaderClassName
 {
   color: #825990;
 }
 .AnyTagClassName
 {
   color: #825990;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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