Html Css Color HEX #824E99 Affair

📋 copy color: '#824E99'

red 130 ◦ green 78 ◦ blue 153

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

Shades of Affair #824E99

Tints of Affair #824E99

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.61%

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

R = 36.01%
G = 21.61%
B = 42.38%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#824E99 (or 0x824E99) is known color: Affair. HEX triplet: 82, 4E and 99. RGB value is (130,78,153). Sum of RGB (Red+Green+Blue) = 130+78+153=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #824E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824E99 is #7DB166. Grayscale: #656565. Windows color (decimal): -8237415 or 10047106. OLE color: 10047106.

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

Color convert

RGB 130 78 153 -
CMYK 0.15 0.49 0 0.4
HSL 281.6º 0.32% 0.45% -
HSV(B) 281.6º 0.49% 0.6% -
XYZ 17.68 12.49 31.62 -
YUV 102.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 130 78 153 0.15 0.49 0 0.4 281.6 0.32 0.45
Hex 82 4E 99 F 31 0 28 11A 20 2D
Octal 202 116 231 17 61 0 50 432 40 55
Binary 10000010 1001110 10011001 1111 110001 0 101000 100011010 100000 101101

Color Harmonies of #824E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E99

Black with #824E99

Text Example


Text Example

White with #824E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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