Html Css Color HEX #984ABC Deep Lilac

📋 copy color: '#984ABC'

red 152 ◦ green 74 ◦ blue 188

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

Shades of Deep Lilac #984ABC

Tints of Deep Lilac #984ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 36.71%
G = 17.87%
B = 45.41%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#984ABC (or 0x984ABC) is known color: Deep Lilac. HEX triplet: 98, 4A and BC. RGB value is (152,74,188). Sum of RGB (Red+Green+Blue) = 152+74+188=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #984ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984ABC is #67B543. Grayscale: #6D6D6D. Windows color (decimal): -6796612 or 12339864. OLE color: 12339864.

HSL color Cylindrical-coordinate representation of color #984ABC: hue angle of 281.05º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #984ABC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 74 188 -
CMYK 0.19 0.61 0 0.26
HSL 281.05º 0.46% 0.51% -
HSV(B) 281.05º 0.61% 0.74% -
XYZ 24.47 15.2 49.22 -
YUV 110.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 152 74 188 0.19 0.61 0 0.26 281.05 0.46 0.51
Hex 98 4A BC 13 3D 0 1A 119 2E 33
Octal 230 112 274 23 75 0 32 431 56 63
Binary 10011000 1001010 10111100 10011 111101 0 11010 100011001 101110 110011

Color Harmonies of #984ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984ABC

Black with #984ABC

Text Example


Text Example

White with #984ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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