Html Css Color HEX #984ACD Deep Lilac

📋 copy color: '#984ACD'

red 152 ◦ green 74 ◦ blue 205

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

Shades of Deep Lilac #984ACD

Tints of Deep Lilac #984ACD

RGB

 RED value IS 152 (59.77% from 255) = 35.27%

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 35.27%
G = 17.17%
B = 47.56%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#984ACD (or 0x984ACD) is known color: Deep Lilac. HEX triplet: 98, 4A and CD. RGB value is (152,74,205). Sum of RGB (Red+Green+Blue) = 152+74+205=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #984ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ACD is #67B532. Grayscale: #6F6F6F. Windows color (decimal): -6796595 or 13453976. OLE color: 13453976.

HSL color Cylindrical-coordinate representation of color #984ACD: hue angle of 275.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #984ACD is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 74 205 -
CMYK 0.26 0.64 0 0.20
HSL 275.73º 0.57% 0.55% -
HSV(B) 275.73º 0.64% 0.8% -
XYZ 26.42 15.98 59.45 -
YUV 112.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 152 74 205 0.26 0.64 0 0.20 275.73 0.57 0.55
Hex 98 4A CD 1A 40 0 14 114 39 37
Octal 230 112 315 32 100 0 24 424 71 67
Binary 10011000 1001010 11001101 11010 1000000 0 10100 100010100 111001 110111

Color Harmonies of #984ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984ACD

Black with #984ACD

Text Example


Text Example

White with #984ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984ACD; }

 p { color: rgb(152,74,205); }

 H1.HeaderClassName
 {
   color: #984ACD;
 }
 .AnyTagClassName
 {
   color: #984ACD;
 }
</style>

background-color css

<style>
 a { background-color: #984ACD; }

 a { background-color: rgb(152,74,205); }

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

border-color css

<style>
 span { border-color: #984ACD; }

 span { border-color: rgb(152,74,205); }

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