Html Css Color HEX #824AB9 Deep Lilac

📋 copy color: '#824AB9'

red 130 ◦ green 74 ◦ blue 185

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

Shades of Deep Lilac #824AB9

Tints of Deep Lilac #824AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.02%

 BLUE value IS 185 (72.66% from 255) = 47.56%

R = 33.42%
G = 19.02%
B = 47.56%

CMYK

 C value IS 0.30

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#824AB9 (or 0x824AB9) is known color: Deep Lilac. HEX triplet: 82, 4A and B9. RGB value is (130,74,185). Sum of RGB (Red+Green+Blue) = 130+74+185=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: blue. Hex color #824AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824AB9 is #7DB546. Grayscale: #676767. Windows color (decimal): -8238407 or 12143234. OLE color: 12143234.

HSL color Cylindrical-coordinate representation of color #824AB9: hue angle of 270.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #824AB9 is Cyan = 0.30, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 74 185 -
CMYK 0.30 0.6 0 0.27
HSL 270.27º 0.44% 0.51% -
HSV(B) 270.27º 0.6% 0.73% -
XYZ 20.41 13.15 47.36 -
YUV 103.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 130 74 185 0.30 0.6 0 0.27 270.27 0.44 0.51
Hex 82 4A B9 1E 3C 0 1B 10E 2C 33
Octal 202 112 271 36 74 0 33 416 54 63
Binary 10000010 1001010 10111001 11110 111100 0 11011 100001110 101100 110011

Color Harmonies of #824AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824AB9

Black with #824AB9

Text Example


Text Example

White with #824AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,74,185); }

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

background-color css

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

 a { background-color: rgb(130,74,185); }

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

border-color css

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

 span { border-color: rgb(130,74,185); }

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