Html Css Color HEX #824EBF Deep Lilac

📋 copy color: '#824EBF'

red 130 ◦ green 78 ◦ blue 191

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

Shades of Deep Lilac #824EBF

Tints of Deep Lilac #824EBF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.55%

 BLUE value IS 191 (75% from 255) = 47.87%

R = 32.58%
G = 19.55%
B = 47.87%

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

#824EBF (or 0x824EBF) is known color: Deep Lilac. HEX triplet: 82, 4E and BF. RGB value is (130,78,191). Sum of RGB (Red+Green+Blue) = 130+78+191=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #824EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EBF is #7DB140. Grayscale: #6A6A6A. Windows color (decimal): -8237377 or 12537474. OLE color: 12537474.

HSL color Cylindrical-coordinate representation of color #824EBF: hue angle of 267.61º 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 #824EBF is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 78 191 -
CMYK 0.32 0.59 0 0.25
HSL 267.61º 0.47% 0.53% -
HSV(B) 267.61º 0.59% 0.75% -
XYZ 21.33 13.96 50.86 -
YUV 106.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 130 78 191 0.32 0.59 0 0.25 267.61 0.47 0.53
Hex 82 4E BF 20 3B 0 19 10C 2F 35
Octal 202 116 277 40 73 0 31 414 57 65
Binary 10000010 1001110 10111111 100000 111011 0 11001 100001100 101111 110101

Color Harmonies of #824EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824EBF

Black with #824EBF

Text Example


Text Example

White with #824EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,78,191); }

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

background-color css

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

 a { background-color: rgb(130,78,191); }

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

border-color css

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

 span { border-color: rgb(130,78,191); }

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