Html Css Color HEX #825299 Affair

📋 copy color: '#825299'

red 130 ◦ green 82 ◦ blue 153

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

Shades of Affair #825299

Tints of Affair #825299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

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

R = 35.62%
G = 22.47%
B = 41.92%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#825299 (or 0x825299) is known color: Affair. HEX triplet: 82, 52 and 99. RGB value is (130,82,153). Sum of RGB (Red+Green+Blue) = 130+82+153=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #825299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825299 is #7DAD66. Grayscale: #686868. Windows color (decimal): -8236391 or 10048130. OLE color: 10048130.

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

Color convert

RGB 130 82 153 -
CMYK 0.15 0.46 0 0.4
HSL 280.56º 0.3% 0.46% -
HSV(B) 280.56º 0.46% 0.6% -
XYZ 17.97 13.08 31.71 -
YUV 104.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 130 82 153 0.15 0.46 0 0.4 280.56 0.3 0.46
Hex 82 52 99 F 2E 0 28 119 1E 2E
Octal 202 122 231 17 56 0 50 431 36 56
Binary 10000010 1010010 10011001 1111 101110 0 101000 100011001 11110 101110

Color Harmonies of #825299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825299

Black with #825299

Text Example


Text Example

White with #825299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825299; }

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

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

background-color css

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

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

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

border-color css

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

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

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