Html Css Color HEX #825792 Affair

📋 copy color: '#825792'

red 130 ◦ green 87 ◦ blue 146

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

Shades of Affair #825792

Tints of Affair #825792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.97%

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

R = 35.81%
G = 23.97%
B = 40.22%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#825792 (or 0x825792) is known color: Affair. HEX triplet: 82, 57 and 92. RGB value is (130,87,146). Sum of RGB (Red+Green+Blue) = 130+87+146=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #825792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825792 is #7DA86D. Grayscale: #6A6A6A. Windows color (decimal): -8235118 or 9590658. OLE color: 9590658.

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

Color convert

RGB 130 87 146 -
CMYK 0.11 0.40 0 0.43
HSL 283.73º 0.25% 0.46% -
HSV(B) 283.73º 0.4% 0.57% -
XYZ 17.8 13.64 28.89 -
YUV 106.58 150.25 144.7 -
System Red Green Blue C M Y K H S L
Decimal 130 87 146 0.11 0.40 0 0.43 283.73 0.25 0.46
Hex 82 57 92 B 28 0 2B 11C 19 2E
Octal 202 127 222 13 50 0 53 434 31 56
Binary 10000010 1010111 10010010 1011 101000 0 101011 100011100 11001 101110

Color Harmonies of #825792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825792

Black with #825792

Text Example


Text Example

White with #825792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825792; }

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

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

background-color css

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

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

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

border-color css

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

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

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