Html Css Color HEX #824CBB Deep Lilac

📋 copy color: '#824CBB'

red 130 ◦ green 76 ◦ blue 187

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

Shades of Deep Lilac #824CBB

Tints of Deep Lilac #824CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.58%

R = 33.08%
G = 19.34%
B = 47.58%

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

#824CBB (or 0x824CBB) is known color: Deep Lilac. HEX triplet: 82, 4C and BB. RGB value is (130,76,187). Sum of RGB (Red+Green+Blue) = 130+76+187=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #824CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CBB is #7DB344. Grayscale: #686868. Windows color (decimal): -8237893 or 12274818. OLE color: 12274818.

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

Color convert

RGB 130 76 187 -
CMYK 0.30 0.59 0 0.27
HSL 269.19º 0.45% 0.52% -
HSV(B) 269.19º 0.59% 0.73% -
XYZ 20.76 13.5 48.53 -
YUV 104.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 130 76 187 0.30 0.59 0 0.27 269.19 0.45 0.52
Hex 82 4C BB 1E 3B 0 1B 10D 2D 34
Octal 202 114 273 36 73 0 33 415 55 64
Binary 10000010 1001100 10111011 11110 111011 0 11011 100001101 101101 110100

Color Harmonies of #824CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824CBB

Black with #824CBB

Text Example


Text Example

White with #824CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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