Html Css Color HEX #824D94 Affair

📋 copy color: '#824D94'

red 130 ◦ green 77 ◦ blue 148

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

Shades of Affair #824D94

Tints of Affair #824D94

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.69%

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 36.62%
G = 21.69%
B = 41.69%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824D94 (or 0x824D94) is known color: Affair. HEX triplet: 82, 4D and 94. RGB value is (130,77,148). Sum of RGB (Red+Green+Blue) = 130+77+148=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #824D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824D94 is #7DB26B. Grayscale: #646464. Windows color (decimal): -8237676 or 9719170. OLE color: 9719170.

HSL color Cylindrical-coordinate representation of color #824D94: hue angle of 284.79º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #824D94 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 77 148 -
CMYK 0.12 0.48 0 0.42
HSL 284.79º 0.32% 0.44% -
HSV(B) 284.79º 0.48% 0.58% -
XYZ 17.21 12.19 29.46 -
YUV 100.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 130 77 148 0.12 0.48 0 0.42 284.79 0.32 0.44
Hex 82 4D 94 C 30 0 2A 11D 20 2C
Octal 202 115 224 14 60 0 52 435 40 54
Binary 10000010 1001101 10010100 1100 110000 0 101010 100011101 100000 101100

Color Harmonies of #824D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824D94

Black with #824D94

Text Example


Text Example

White with #824D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,77,148); }

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

background-color css

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

 a { background-color: rgb(130,77,148); }

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

border-color css

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

 span { border-color: rgb(130,77,148); }

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