Html Css Color HEX #824FC0 Deep Lilac

📋 copy color: '#824FC0'

red 130 ◦ green 79 ◦ blue 192

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

Shades of Deep Lilac #824FC0

Tints of Deep Lilac #824FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.7%

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

R = 32.42%
G = 19.7%
B = 47.88%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#824FC0 (or 0x824FC0) is known color: Deep Lilac. HEX triplet: 82, 4F and C0. RGB value is (130,79,192). Sum of RGB (Red+Green+Blue) = 130+79+192=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #824FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FC0 is #7DB03F. Grayscale: #6A6A6A. Windows color (decimal): -8237120 or 12603266. OLE color: 12603266.

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

Color convert

RGB 130 79 192 -
CMYK 0.32 0.59 0 0.25
HSL 267.08º 0.47% 0.53% -
HSV(B) 267.08º 0.59% 0.75% -
XYZ 21.52 14.14 51.47 -
YUV 107.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 130 79 192 0.32 0.59 0 0.25 267.08 0.47 0.53
Hex 82 4F C0 20 3B 0 19 10B 2F 35
Octal 202 117 300 40 73 0 31 413 57 65
Binary 10000010 1001111 11000000 100000 111011 0 11001 100001011 101111 110101

Color Harmonies of #824FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824FC0

Black with #824FC0

Text Example


Text Example

White with #824FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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