Html Css Color HEX #984ACB Deep Lilac

📋 copy color: '#984ACB'

red 152 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #984ACB

Tints of Deep Lilac #984ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 35.43%
G = 17.25%
B = 47.32%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#984ACB (or 0x984ACB) is known color: Deep Lilac. HEX triplet: 98, 4A and CB. RGB value is (152,74,203). Sum of RGB (Red+Green+Blue) = 152+74+203=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #984ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ACB is #67B534. Grayscale: #6F6F6F. Windows color (decimal): -6796597 or 13322904. OLE color: 13322904.

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

Color convert

RGB 152 74 203 -
CMYK 0.25 0.64 0 0.20
HSL 276.28º 0.55% 0.54% -
HSV(B) 276.28º 0.64% 0.8% -
XYZ 26.18 15.88 58.19 -
YUV 112.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 152 74 203 0.25 0.64 0 0.20 276.28 0.55 0.54
Hex 98 4A CB 19 40 0 14 114 37 36
Octal 230 112 313 31 100 0 24 424 67 66
Binary 10011000 1001010 11001011 11001 1000000 0 10100 100010100 110111 110110

Color Harmonies of #984ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984ACB

Black with #984ACB

Text Example


Text Example

White with #984ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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