Html Css Color HEX #825E95 Affair

📋 copy color: '#825E95'

red 130 ◦ green 94 ◦ blue 149

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

Shades of Affair #825E95

Tints of Affair #825E95

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.2%

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 34.85%
G = 25.2%
B = 39.95%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#825E95 (or 0x825E95) is known color: Affair. HEX triplet: 82, 5E and 95. RGB value is (130,94,149). Sum of RGB (Red+Green+Blue) = 130+94+149=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #825E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825E95 is #7DA16A. Grayscale: #6E6E6E. Windows color (decimal): -8233323 or 9789058. OLE color: 9789058.

HSL color Cylindrical-coordinate representation of color #825E95: hue angle of 279.27º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825E95 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 94 149 -
CMYK 0.13 0.37 0 0.42
HSL 279.27º 0.23% 0.48% -
HSV(B) 279.27º 0.37% 0.58% -
XYZ 18.63 14.92 30.33 -
YUV 111.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 130 94 149 0.13 0.37 0 0.42 279.27 0.23 0.48
Hex 82 5E 95 D 25 0 2A 117 17 30
Octal 202 136 225 15 45 0 52 427 27 60
Binary 10000010 1011110 10010101 1101 100101 0 101010 100010111 10111 110000

Color Harmonies of #825E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825E95

Black with #825E95

Text Example


Text Example

White with #825E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825E95; }

 p { color: rgb(130,94,149); }

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

background-color css

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

 a { background-color: rgb(130,94,149); }

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

border-color css

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

 span { border-color: rgb(130,94,149); }

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