Html Css Color HEX #824ABE Deep Lilac

📋 copy color: '#824ABE'

red 130 ◦ green 74 ◦ blue 190

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

Shades of Deep Lilac #824ABE

Tints of Deep Lilac #824ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.78%

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

R = 32.99%
G = 18.78%
B = 48.22%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#824ABE (or 0x824ABE) is known color: Deep Lilac. HEX triplet: 82, 4A and BE. RGB value is (130,74,190). Sum of RGB (Red+Green+Blue) = 130+74+190=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #824ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ABE is #7DB541. Grayscale: #676767. Windows color (decimal): -8238402 or 12470914. OLE color: 12470914.

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

Color convert

RGB 130 74 190 -
CMYK 0.32 0.61 0 0.25
HSL 268.97º 0.47% 0.52% -
HSV(B) 268.97º 0.61% 0.75% -
XYZ 20.95 13.36 50.19 -
YUV 103.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 130 74 190 0.32 0.61 0 0.25 268.97 0.47 0.52
Hex 82 4A BE 20 3D 0 19 10D 2F 34
Octal 202 112 276 40 75 0 31 415 57 64
Binary 10000010 1001010 10111110 100000 111101 0 11001 100001101 101111 110100

Color Harmonies of #824ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824ABE

Black with #824ABE

Text Example


Text Example

White with #824ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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