Html Css Color HEX #824BC9 Deep Lilac

📋 copy color: '#824BC9'

red 130 ◦ green 75 ◦ blue 201

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

Shades of Deep Lilac #824BC9

Tints of Deep Lilac #824BC9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.47%

 BLUE value IS 201 (78.91% from 255) = 49.51%

R = 32.02%
G = 18.47%
B = 49.51%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#824BC9 (or 0x824BC9) is known color: Deep Lilac. HEX triplet: 82, 4B and C9. RGB value is (130,75,201). Sum of RGB (Red+Green+Blue) = 130+75+201=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #824BC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BC9 is #7DB436. Grayscale: #696969. Windows color (decimal): -8238135 or 13192066. OLE color: 13192066.

HSL color Cylindrical-coordinate representation of color #824BC9: hue angle of 266.19º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #824BC9 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 75 201 -
CMYK 0.35 0.63 0 0.21
HSL 266.19º 0.54% 0.54% -
HSV(B) 266.19º 0.63% 0.79% -
XYZ 22.26 14 56.79 -
YUV 105.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 130 75 201 0.35 0.63 0 0.21 266.19 0.54 0.54
Hex 82 4B C9 23 3F 0 15 10A 36 36
Octal 202 113 311 43 77 0 25 412 66 66
Binary 10000010 1001011 11001001 100011 111111 0 10101 100001010 110110 110110

Color Harmonies of #824BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824BC9

Black with #824BC9

Text Example


Text Example

White with #824BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,75,201); }

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

background-color css

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

 a { background-color: rgb(130,75,201); }

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

border-color css

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

 span { border-color: rgb(130,75,201); }

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