Html Css Color HEX #825599 Affair

📋 copy color: '#825599'

red 130 ◦ green 85 ◦ blue 153

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

Shades of Affair #825599

Tints of Affair #825599

RGB

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

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

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

R = 35.33%
G = 23.1%
B = 41.58%

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

#825599 (or 0x825599) is known color: Affair. HEX triplet: 82, 55 and 99. RGB value is (130,85,153). Sum of RGB (Red+Green+Blue) = 130+85+153=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #825599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825599 is #7DAA66. Grayscale: #696969. Windows color (decimal): -8235623 or 10048898. OLE color: 10048898.

HSL color Cylindrical-coordinate representation of color #825599: hue angle of 279.71º degrees, saturation: 0.29, 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 #825599 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 85 153 -
CMYK 0.15 0.44 0 0.4
HSL 279.71º 0.29% 0.47% -
HSV(B) 279.71º 0.44% 0.6% -
XYZ 18.2 13.54 31.79 -
YUV 106.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 130 85 153 0.15 0.44 0 0.4 279.71 0.29 0.47
Hex 82 55 99 F 2C 0 28 118 1D 2F
Octal 202 125 231 17 54 0 50 430 35 57
Binary 10000010 1010101 10011001 1111 101100 0 101000 100011000 11101 101111

Color Harmonies of #825599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825599

Black with #825599

Text Example


Text Example

White with #825599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825599; }

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

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

background-color css

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

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

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

border-color css

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

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

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