Html Css Color HEX #824ACC Deep Lilac

📋 copy color: '#824ACC'

red 130 ◦ green 74 ◦ blue 204

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

Shades of Deep Lilac #824ACC

Tints of Deep Lilac #824ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50%

R = 31.86%
G = 18.14%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#824ACC (or 0x824ACC) is known color: Deep Lilac. HEX triplet: 82, 4A and CC. RGB value is (130,74,204). Sum of RGB (Red+Green+Blue) = 130+74+204=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #824ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ACC is #7DB533. Grayscale: #696969. Windows color (decimal): -8238388 or 13388418. OLE color: 13388418.

HSL color Cylindrical-coordinate representation of color #824ACC: hue angle of 265.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #824ACC is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 74 204 -
CMYK 0.36 0.64 0 0.2
HSL 265.85º 0.56% 0.55% -
HSV(B) 265.85º 0.64% 0.8% -
XYZ 22.55 14 58.64 -
YUV 105.56 183.55 145.43 -
System Red Green Blue C M Y K H S L
Decimal 130 74 204 0.36 0.64 0 0.2 265.85 0.56 0.55
Hex 82 4A CC 24 40 0 14 10A 38 37
Octal 202 112 314 44 100 0 24 412 70 67
Binary 10000010 1001010 11001100 100100 1000000 0 10100 100001010 111000 110111

Color Harmonies of #824ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ACC

Black with #824ACC

Text Example


Text Example

White with #824ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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