Html Css Color HEX #824AC0 Deep Lilac

📋 copy color: '#824AC0'

red 130 ◦ green 74 ◦ blue 192

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

Shades of Deep Lilac #824AC0

Tints of Deep Lilac #824AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 32.83%
G = 18.69%
B = 48.48%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#824AC0 (or 0x824AC0) is known color: Deep Lilac. HEX triplet: 82, 4A and C0. RGB value is (130,74,192). Sum of RGB (Red+Green+Blue) = 130+74+192=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #824AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824AC0 is #7DB53F. Grayscale: #676767. Windows color (decimal): -8238400 or 12601986. OLE color: 12601986.

HSL color Cylindrical-coordinate representation of color #824AC0: hue angle of 268.47º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #824AC0 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 74 192 -
CMYK 0.32 0.61 0 0.25
HSL 268.47º 0.48% 0.52% -
HSV(B) 268.47º 0.61% 0.75% -
XYZ 21.17 13.45 51.35 -
YUV 104.2 177.55 146.41 -
System Red Green Blue C M Y K H S L
Decimal 130 74 192 0.32 0.61 0 0.25 268.47 0.48 0.52
Hex 82 4A C0 20 3D 0 19 10C 30 34
Octal 202 112 300 40 75 0 31 414 60 64
Binary 10000010 1001010 11000000 100000 111101 0 11001 100001100 110000 110100

Color Harmonies of #824AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824AC0

Black with #824AC0

Text Example


Text Example

White with #824AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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