Html Css Color HEX #825392 Affair

📋 copy color: '#825392'

red 130 ◦ green 83 ◦ blue 146

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

Shades of Affair #825392

Tints of Affair #825392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 36.21%
G = 23.12%
B = 40.67%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#825392 (or 0x825392) is known color: Affair. HEX triplet: 82, 53 and 92. RGB value is (130,83,146). Sum of RGB (Red+Green+Blue) = 130+83+146=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #825392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825392 is #7DAC6D. Grayscale: #686868. Windows color (decimal): -8236142 or 9589634. OLE color: 9589634.

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

Color convert

RGB 130 83 146 -
CMYK 0.11 0.43 0 0.43
HSL 284.76º 0.28% 0.45% -
HSV(B) 284.76º 0.43% 0.57% -
XYZ 17.49 13.01 28.78 -
YUV 104.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 130 83 146 0.11 0.43 0 0.43 284.76 0.28 0.45
Hex 82 53 92 B 2B 0 2B 11D 1C 2D
Octal 202 123 222 13 53 0 53 435 34 55
Binary 10000010 1010011 10010010 1011 101011 0 101011 100011101 11100 101101

Color Harmonies of #825392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825392

Black with #825392

Text Example


Text Example

White with #825392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825392; }

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

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

background-color css

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

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

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

border-color css

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

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

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