Html Css Color HEX #825592 Affair

📋 copy color: '#825592'

red 130 ◦ green 85 ◦ blue 146

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

Shades of Affair #825592

Tints of Affair #825592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

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

R = 36.01%
G = 23.55%
B = 40.44%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#825592 (or 0x825592) is known color: Affair. HEX triplet: 82, 55 and 92. RGB value is (130,85,146). Sum of RGB (Red+Green+Blue) = 130+85+146=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #825592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825592 is #7DAA6D. Grayscale: #696969. Windows color (decimal): -8235630 or 9590146. OLE color: 9590146.

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

Color convert

RGB 130 85 146 -
CMYK 0.11 0.42 0 0.43
HSL 284.26º 0.26% 0.45% -
HSV(B) 284.26º 0.42% 0.57% -
XYZ 17.64 13.32 28.83 -
YUV 105.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 130 85 146 0.11 0.42 0 0.43 284.26 0.26 0.45
Hex 82 55 92 B 2A 0 2B 11C 1A 2D
Octal 202 125 222 13 52 0 53 434 32 55
Binary 10000010 1010101 10010010 1011 101010 0 101011 100011100 11010 101101

Color Harmonies of #825592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825592

Black with #825592

Text Example


Text Example

White with #825592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825592; }

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

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

background-color css

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

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

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

border-color css

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

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

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