Html Css Color HEX #824C90 Affair

📋 copy color: '#824C90'

red 130 ◦ green 76 ◦ blue 144

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

Shades of Affair #824C90

Tints of Affair #824C90

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 37.14%
G = 21.71%
B = 41.14%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#824C90 (or 0x824C90) is known color: Affair. HEX triplet: 82, 4C and 90. RGB value is (130,76,144). Sum of RGB (Red+Green+Blue) = 130+76+144=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #824C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824C90 is #7DB36F. Grayscale: #636363. Windows color (decimal): -8237936 or 9456770. OLE color: 9456770.

HSL color Cylindrical-coordinate representation of color #824C90: hue angle of 287.65º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824C90 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 76 144 -
CMYK 0.10 0.47 0 0.44
HSL 287.65º 0.31% 0.43% -
HSV(B) 287.65º 0.47% 0.56% -
XYZ 16.82 11.93 27.8 -
YUV 99.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 130 76 144 0.10 0.47 0 0.44 287.65 0.31 0.43
Hex 82 4C 90 A 2F 0 2C 120 1F 2B
Octal 202 114 220 12 57 0 54 440 37 53
Binary 10000010 1001100 10010000 1010 101111 0 101100 100100000 11111 101011

Color Harmonies of #824C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C90

Black with #824C90

Text Example


Text Example

White with #824C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,76,144); }

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

background-color css

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

 a { background-color: rgb(130,76,144); }

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

border-color css

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

 span { border-color: rgb(130,76,144); }

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