Html Css Color HEX #824C94 Affair

📋 copy color: '#824C94'

red 130 ◦ green 76 ◦ blue 148

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

Shades of Affair #824C94

Tints of Affair #824C94

RGB

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

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

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

R = 36.72%
G = 21.47%
B = 41.81%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#824C94 (or 0x824C94) is known color: Affair. HEX triplet: 82, 4C and 94. RGB value is (130,76,148). Sum of RGB (Red+Green+Blue) = 130+76+148=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #824C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824C94 is #7DB36B. Grayscale: #646464. Windows color (decimal): -8237932 or 9718914. OLE color: 9718914.

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

Color convert

RGB 130 76 148 -
CMYK 0.12 0.49 0 0.42
HSL 285º 0.32% 0.44% -
HSV(B) 285º 0.49% 0.58% -
XYZ 17.14 12.05 29.44 -
YUV 100.35 154.89 149.15 -
System Red Green Blue C M Y K H S L
Decimal 130 76 148 0.12 0.49 0 0.42 285 0.32 0.44
Hex 82 4C 94 C 31 0 2A 11D 20 2C
Octal 202 114 224 14 61 0 52 435 40 54
Binary 10000010 1001100 10010100 1100 110001 0 101010 100011101 100000 101100

Color Harmonies of #824C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C94

Black with #824C94

Text Example


Text Example

White with #824C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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