Html Css Color HEX #824F90 Affair

📋 copy color: '#824F90'

red 130 ◦ green 79 ◦ blue 144

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

Shades of Affair #824F90

Tints of Affair #824F90

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.38%

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

R = 36.83%
G = 22.38%
B = 40.79%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#824F90 (or 0x824F90) is known color: Affair. HEX triplet: 82, 4F and 90. RGB value is (130,79,144). Sum of RGB (Red+Green+Blue) = 130+79+144=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #824F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824F90 is #7DB06F. Grayscale: #656565. Windows color (decimal): -8237168 or 9457538. OLE color: 9457538.

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

Color convert

RGB 130 79 144 -
CMYK 0.10 0.45 0 0.44
HSL 287.08º 0.29% 0.44% -
HSV(B) 287.08º 0.45% 0.56% -
XYZ 17.04 12.35 27.87 -
YUV 101.66 151.9 148.21 -
System Red Green Blue C M Y K H S L
Decimal 130 79 144 0.10 0.45 0 0.44 287.08 0.29 0.44
Hex 82 4F 90 A 2D 0 2C 11F 1D 2C
Octal 202 117 220 12 55 0 54 437 35 54
Binary 10000010 1001111 10010000 1010 101101 0 101100 100011111 11101 101100

Color Harmonies of #824F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F90

Black with #824F90

Text Example


Text Example

White with #824F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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