Html Css Color HEX #825899 Affair

📋 copy color: '#825899'

red 130 ◦ green 88 ◦ blue 153

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

Shades of Affair #825899

Tints of Affair #825899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 35.04%
G = 23.72%
B = 41.24%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#825899 (or 0x825899) is known color: Affair. HEX triplet: 82, 58 and 99. RGB value is (130,88,153). Sum of RGB (Red+Green+Blue) = 130+88+153=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #825899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825899 is #7DA766. Grayscale: #6B6B6B. Windows color (decimal): -8234855 or 10049666. OLE color: 10049666.

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

Color convert

RGB 130 88 153 -
CMYK 0.15 0.42 0 0.4
HSL 278.77º 0.27% 0.47% -
HSV(B) 278.77º 0.42% 0.6% -
XYZ 18.45 14.03 31.87 -
YUV 107.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 130 88 153 0.15 0.42 0 0.4 278.77 0.27 0.47
Hex 82 58 99 F 2A 0 28 117 1B 2F
Octal 202 130 231 17 52 0 50 427 33 57
Binary 10000010 1011000 10011001 1111 101010 0 101000 100010111 11011 101111

Color Harmonies of #825899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825899

Black with #825899

Text Example


Text Example

White with #825899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825899; }

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

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

background-color css

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

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

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

border-color css

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

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

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