Html Css Color HEX #825394 Affair

📋 copy color: '#825394'

red 130 ◦ green 83 ◦ blue 148

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

Shades of Affair #825394

Tints of Affair #825394

RGB

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

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

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

R = 36.01%
G = 22.99%
B = 41%

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

#825394 (or 0x825394) is known color: Affair. HEX triplet: 82, 53 and 94. RGB value is (130,83,148). Sum of RGB (Red+Green+Blue) = 130+83+148=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #825394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825394 is #7DAC6B. Grayscale: #686868. Windows color (decimal): -8236140 or 9720706. OLE color: 9720706.

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

Color convert

RGB 130 83 148 -
CMYK 0.12 0.44 0 0.42
HSL 283.38º 0.28% 0.45% -
HSV(B) 283.38º 0.44% 0.58% -
XYZ 17.64 13.07 29.61 -
YUV 104.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 130 83 148 0.12 0.44 0 0.42 283.38 0.28 0.45
Hex 82 53 94 C 2C 0 2A 11B 1C 2D
Octal 202 123 224 14 54 0 52 433 34 55
Binary 10000010 1010011 10010100 1100 101100 0 101010 100011011 11100 101101

Color Harmonies of #825394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825394

Black with #825394

Text Example


Text Example

White with #825394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825394; }

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

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

background-color css

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

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

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

border-color css

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

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

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