Html Css Color HEX #825393 Affair

📋 copy color: '#825393'

red 130 ◦ green 83 ◦ blue 147

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

Shades of Affair #825393

Tints of Affair #825393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

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

R = 36.11%
G = 23.06%
B = 40.83%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#825393 (or 0x825393) is known color: Affair. HEX triplet: 82, 53 and 93. RGB value is (130,83,147). Sum of RGB (Red+Green+Blue) = 130+83+147=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #825393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825393 is #7DAC6C. Grayscale: #686868. Windows color (decimal): -8236141 or 9655170. OLE color: 9655170.

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

Color convert

RGB 130 83 147 -
CMYK 0.12 0.44 0 0.42
HSL 284.06º 0.28% 0.45% -
HSV(B) 284.06º 0.44% 0.58% -
XYZ 17.57 13.04 29.19 -
YUV 104.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 130 83 147 0.12 0.44 0 0.42 284.06 0.28 0.45
Hex 82 53 93 C 2C 0 2A 11C 1C 2D
Octal 202 123 223 14 54 0 52 434 34 55
Binary 10000010 1010011 10010011 1100 101100 0 101010 100011100 11100 101101

Color Harmonies of #825393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825393

Black with #825393

Text Example


Text Example

White with #825393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825393; }

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

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

background-color css

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

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

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

border-color css

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

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

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