Html Css Color HEX #825491 Affair

📋 copy color: '#825491'

red 130 ◦ green 84 ◦ blue 145

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

Shades of Affair #825491

Tints of Affair #825491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

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

R = 36.21%
G = 23.4%
B = 40.39%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#825491 (or 0x825491) is known color: Affair. HEX triplet: 82, 54 and 91. RGB value is (130,84,145). Sum of RGB (Red+Green+Blue) = 130+84+145=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #825491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825491 is #7DAB6E. Grayscale: #686868. Windows color (decimal): -8235887 or 9524354. OLE color: 9524354.

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

Color convert

RGB 130 84 145 -
CMYK 0.10 0.42 0 0.43
HSL 285.25º 0.27% 0.45% -
HSV(B) 285.25º 0.42% 0.57% -
XYZ 17.49 13.13 28.4 -
YUV 104.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 130 84 145 0.10 0.42 0 0.43 285.25 0.27 0.45
Hex 82 54 91 A 2A 0 2B 11D 1B 2D
Octal 202 124 221 12 52 0 53 435 33 55
Binary 10000010 1010100 10010001 1010 101010 0 101011 100011101 11011 101101

Color Harmonies of #825491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825491

Black with #825491

Text Example


Text Example

White with #825491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825491; }

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

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

background-color css

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

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

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

border-color css

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

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

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