Html Css Color HEX #824CBA Deep Lilac

📋 copy color: '#824CBA'

red 130 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #824CBA

Tints of Deep Lilac #824CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.39%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 33.16%
G = 19.39%
B = 47.45%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#824CBA (or 0x824CBA) is known color: Deep Lilac. HEX triplet: 82, 4C and BA. RGB value is (130,76,186). Sum of RGB (Red+Green+Blue) = 130+76+186=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #824CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CBA is #7DB345. Grayscale: #686868. Windows color (decimal): -8237894 or 12209282. OLE color: 12209282.

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

Color convert

RGB 130 76 186 -
CMYK 0.30 0.59 0 0.27
HSL 269.45º 0.44% 0.51% -
HSV(B) 269.45º 0.59% 0.73% -
XYZ 20.65 13.46 47.96 -
YUV 104.69 173.89 146.06 -
System Red Green Blue C M Y K H S L
Decimal 130 76 186 0.30 0.59 0 0.27 269.45 0.44 0.51
Hex 82 4C BA 1E 3B 0 1B 10D 2C 33
Octal 202 114 272 36 73 0 33 415 54 63
Binary 10000010 1001100 10111010 11110 111011 0 11011 100001101 101100 110011

Color Harmonies of #824CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CBA

Black with #824CBA

Text Example


Text Example

White with #824CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,76,186); }

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

background-color css

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

 a { background-color: rgb(130,76,186); }

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

border-color css

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

 span { border-color: rgb(130,76,186); }

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