Html Css Color HEX #825594 Affair

📋 copy color: '#825594'

red 130 ◦ green 85 ◦ blue 148

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

Shades of Affair #825594

Tints of Affair #825594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.42%

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 35.81%
G = 23.42%
B = 40.77%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#825594 (or 0x825594) is known color: Affair. HEX triplet: 82, 55 and 94. RGB value is (130,85,148). Sum of RGB (Red+Green+Blue) = 130+85+148=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #825594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825594 is #7DAA6B. Grayscale: #696969. Windows color (decimal): -8235628 or 9721218. OLE color: 9721218.

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

Color convert

RGB 130 85 148 -
CMYK 0.12 0.43 0 0.42
HSL 282.86º 0.27% 0.46% -
HSV(B) 282.86º 0.43% 0.58% -
XYZ 17.8 13.38 29.66 -
YUV 105.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 130 85 148 0.12 0.43 0 0.42 282.86 0.27 0.46
Hex 82 55 94 C 2B 0 2A 11B 1B 2E
Octal 202 125 224 14 53 0 52 433 33 56
Binary 10000010 1010101 10010100 1100 101011 0 101010 100011011 11011 101110

Color Harmonies of #825594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825594

Black with #825594

Text Example


Text Example

White with #825594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825594; }

 p { color: rgb(130,85,148); }

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

background-color css

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

 a { background-color: rgb(130,85,148); }

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

border-color css

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

 span { border-color: rgb(130,85,148); }

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