Html Css Color HEX #824CBE Deep Lilac

📋 copy color: '#824CBE'

red 130 ◦ green 76 ◦ blue 190

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

Shades of Deep Lilac #824CBE

Tints of Deep Lilac #824CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 32.83%
G = 19.19%
B = 47.98%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#824CBE (or 0x824CBE) is known color: Deep Lilac. HEX triplet: 82, 4C and BE. RGB value is (130,76,190). Sum of RGB (Red+Green+Blue) = 130+76+190=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #824CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CBE is #7DB341. Grayscale: #686868. Windows color (decimal): -8237890 or 12471426. OLE color: 12471426.

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

Color convert

RGB 130 76 190 -
CMYK 0.32 0.60 0 0.25
HSL 268.42º 0.47% 0.52% -
HSV(B) 268.42º 0.6% 0.75% -
XYZ 21.08 13.63 50.24 -
YUV 105.14 175.89 145.73 -
System Red Green Blue C M Y K H S L
Decimal 130 76 190 0.32 0.60 0 0.25 268.42 0.47 0.52
Hex 82 4C BE 20 3C 0 19 10C 2F 34
Octal 202 114 276 40 74 0 31 414 57 64
Binary 10000010 1001100 10111110 100000 111100 0 11001 100001100 101111 110100

Color Harmonies of #824CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CBE

Black with #824CBE

Text Example


Text Example

White with #824CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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