Html Css Color HEX #825493 Affair

📋 copy color: '#825493'

red 130 ◦ green 84 ◦ blue 147

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

Shades of Affair #825493

Tints of Affair #825493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 36.01%
G = 23.27%
B = 40.72%

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

#825493 (or 0x825493) is known color: Affair. HEX triplet: 82, 54 and 93. RGB value is (130,84,147). Sum of RGB (Red+Green+Blue) = 130+84+147=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #825493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825493 is #7DAB6C. Grayscale: #686868. Windows color (decimal): -8235885 or 9655426. OLE color: 9655426.

HSL color Cylindrical-coordinate representation of color #825493: hue angle of 283.81º degrees, saturation: 0.27, 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 #825493 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 84 147 -
CMYK 0.12 0.43 0 0.42
HSL 283.81º 0.27% 0.45% -
HSV(B) 283.81º 0.43% 0.58% -
XYZ 17.64 13.19 29.22 -
YUV 104.94 151.74 145.88 -
System Red Green Blue C M Y K H S L
Decimal 130 84 147 0.12 0.43 0 0.42 283.81 0.27 0.45
Hex 82 54 93 C 2B 0 2A 11C 1B 2D
Octal 202 124 223 14 53 0 52 434 33 55
Binary 10000010 1010100 10010011 1100 101011 0 101010 100011100 11011 101101

Color Harmonies of #825493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825493

Black with #825493

Text Example


Text Example

White with #825493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825493; }

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

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

background-color css

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

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

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

border-color css

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

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

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