Html Css Color HEX #824C98 Affair

📋 copy color: '#824C98'

red 130 ◦ green 76 ◦ blue 152

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

Shades of Affair #824C98

Tints of Affair #824C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.46%

R = 36.31%
G = 21.23%
B = 42.46%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#824C98 (or 0x824C98) is known color: Affair. HEX triplet: 82, 4C and 98. RGB value is (130,76,152). Sum of RGB (Red+Green+Blue) = 130+76+152=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #824C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824C98 is #7DB367. Grayscale: #646464. Windows color (decimal): -8237928 or 9981058. OLE color: 9981058.

HSL color Cylindrical-coordinate representation of color #824C98: hue angle of 282.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824C98 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 76 152 -
CMYK 0.14 0.50 0 0.40
HSL 282.63º 0.33% 0.45% -
HSV(B) 282.63º 0.5% 0.6% -
XYZ 17.46 12.18 31.14 -
YUV 100.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 130 76 152 0.14 0.50 0 0.40 282.63 0.33 0.45
Hex 82 4C 98 E 32 0 28 11B 21 2D
Octal 202 114 230 16 62 0 50 433 41 55
Binary 10000010 1001100 10011000 1110 110010 0 101000 100011011 100001 101101

Color Harmonies of #824C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C98

Black with #824C98

Text Example


Text Example

White with #824C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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