Html Css Color HEX #984CBC Deep Lilac

📋 copy color: '#984CBC'

red 152 ◦ green 76 ◦ blue 188

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

Shades of Deep Lilac #984CBC

Tints of Deep Lilac #984CBC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.27%

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

R = 36.54%
G = 18.27%
B = 45.19%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#984CBC (or 0x984CBC) is known color: Deep Lilac. HEX triplet: 98, 4C and BC. RGB value is (152,76,188). Sum of RGB (Red+Green+Blue) = 152+76+188=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #984CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CBC is #67B343. Grayscale: #6F6F6F. Windows color (decimal): -6796100 or 12340376. OLE color: 12340376.

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

Color convert

RGB 152 76 188 -
CMYK 0.19 0.60 0 0.26
HSL 280.71º 0.46% 0.52% -
HSV(B) 280.71º 0.6% 0.74% -
XYZ 24.61 15.48 49.27 -
YUV 111.49 171.18 156.89 -
System Red Green Blue C M Y K H S L
Decimal 152 76 188 0.19 0.60 0 0.26 280.71 0.46 0.52
Hex 98 4C BC 13 3C 0 1A 119 2E 34
Octal 230 114 274 23 74 0 32 431 56 64
Binary 10011000 1001100 10111100 10011 111100 0 11010 100011001 101110 110100

Color Harmonies of #984CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CBC

Black with #984CBC

Text Example


Text Example

White with #984CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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