Html Css Color HEX #824ACA Deep Lilac

📋 copy color: '#824ACA'

red 130 ◦ green 74 ◦ blue 202

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

Shades of Deep Lilac #824ACA

Tints of Deep Lilac #824ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 32.02%
G = 18.23%
B = 49.75%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#824ACA (or 0x824ACA) is known color: Deep Lilac. HEX triplet: 82, 4A and CA. RGB value is (130,74,202). Sum of RGB (Red+Green+Blue) = 130+74+202=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #824ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ACA is #7DB535. Grayscale: #686868. Windows color (decimal): -8238390 or 13257346. OLE color: 13257346.

HSL color Cylindrical-coordinate representation of color #824ACA: hue angle of 266.25º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824ACA is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 74 202 -
CMYK 0.36 0.63 0 0.21
HSL 266.25º 0.55% 0.54% -
HSV(B) 266.25º 0.63% 0.79% -
XYZ 22.32 13.91 57.39 -
YUV 105.34 182.55 145.59 -
System Red Green Blue C M Y K H S L
Decimal 130 74 202 0.36 0.63 0 0.21 266.25 0.55 0.54
Hex 82 4A CA 24 3F 0 15 10A 37 36
Octal 202 112 312 44 77 0 25 412 67 66
Binary 10000010 1001010 11001010 100100 111111 0 10101 100001010 110111 110110

Color Harmonies of #824ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ACA

Black with #824ACA

Text Example


Text Example

White with #824ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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