Html Css Color HEX #825699 Affair

📋 copy color: '#825699'

red 130 ◦ green 86 ◦ blue 153

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

Shades of Affair #825699

Tints of Affair #825699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 35.23%
G = 23.31%
B = 41.46%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#825699 (or 0x825699) is known color: Affair. HEX triplet: 82, 56 and 99. RGB value is (130,86,153). Sum of RGB (Red+Green+Blue) = 130+86+153=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #825699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825699 is #7DA966. Grayscale: #6A6A6A. Windows color (decimal): -8235367 or 10049154. OLE color: 10049154.

HSL color Cylindrical-coordinate representation of color #825699: hue angle of 279.4º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #825699 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 86 153 -
CMYK 0.15 0.44 0 0.4
HSL 279.4º 0.28% 0.47% -
HSV(B) 279.4º 0.44% 0.6% -
XYZ 18.28 13.7 31.82 -
YUV 106.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 130 86 153 0.15 0.44 0 0.4 279.4 0.28 0.47
Hex 82 56 99 F 2C 0 28 117 1C 2F
Octal 202 126 231 17 54 0 50 427 34 57
Binary 10000010 1010110 10011001 1111 101100 0 101000 100010111 11100 101111

Color Harmonies of #825699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825699

Black with #825699

Text Example


Text Example

White with #825699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825699; }

 p { color: rgb(130,86,153); }

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

background-color css

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

 a { background-color: rgb(130,86,153); }

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

border-color css

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

 span { border-color: rgb(130,86,153); }

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