Html Css Color HEX #825494 Affair

📋 copy color: '#825494'

red 130 ◦ green 84 ◦ blue 148

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

Shades of Affair #825494

Tints of Affair #825494

RGB

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

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

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

R = 35.91%
G = 23.2%
B = 40.88%

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

#825494 (or 0x825494) is known color: Affair. HEX triplet: 82, 54 and 94. RGB value is (130,84,148). Sum of RGB (Red+Green+Blue) = 130+84+148=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #825494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825494 is #7DAB6B. Grayscale: #686868. Windows color (decimal): -8235884 or 9720962. OLE color: 9720962.

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

Color convert

RGB 130 84 148 -
CMYK 0.12 0.43 0 0.42
HSL 283.13º 0.28% 0.45% -
HSV(B) 283.13º 0.43% 0.58% -
XYZ 17.72 13.22 29.64 -
YUV 105.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 130 84 148 0.12 0.43 0 0.42 283.13 0.28 0.45
Hex 82 54 94 C 2B 0 2A 11B 1C 2D
Octal 202 124 224 14 53 0 52 433 34 55
Binary 10000010 1010100 10010100 1100 101011 0 101010 100011011 11100 101101

Color Harmonies of #825494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825494

Black with #825494

Text Example


Text Example

White with #825494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825494; }

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

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

background-color css

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

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

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

border-color css

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

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

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