Html Css Color HEX #825991 Affair

📋 copy color: '#825991'

red 130 ◦ green 89 ◦ blue 145

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

Shades of Affair #825991

Tints of Affair #825991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 35.71%
G = 24.45%
B = 39.84%

CMYK

 C value IS 0.10

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#825991 (or 0x825991) is known color: Affair. HEX triplet: 82, 59 and 91. RGB value is (130,89,145). Sum of RGB (Red+Green+Blue) = 130+89+145=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #825991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825991 is #7DA66E. Grayscale: #6B6B6B. Windows color (decimal): -8234607 or 9525634. OLE color: 9525634.

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

Color convert

RGB 130 89 145 -
CMYK 0.10 0.39 0 0.43
HSL 283.93º 0.24% 0.46% -
HSV(B) 283.93º 0.39% 0.57% -
XYZ 17.89 13.93 28.53 -
YUV 107.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 130 89 145 0.10 0.39 0 0.43 283.93 0.24 0.46
Hex 82 59 91 A 27 0 2B 11C 18 2E
Octal 202 131 221 12 47 0 53 434 30 56
Binary 10000010 1011001 10010001 1010 100111 0 101011 100011100 11000 101110

Color Harmonies of #825991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825991

Black with #825991

Text Example


Text Example

White with #825991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825991; }

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

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

background-color css

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

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

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

border-color css

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

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

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