Html Css Color HEX #984BBC Deep Lilac

📋 copy color: '#984BBC'

red 152 ◦ green 75 ◦ blue 188

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

Shades of Deep Lilac #984BBC

Tints of Deep Lilac #984BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.07%

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

R = 36.63%
G = 18.07%
B = 45.3%

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

#984BBC (or 0x984BBC) is known color: Deep Lilac. HEX triplet: 98, 4B and BC. RGB value is (152,75,188). Sum of RGB (Red+Green+Blue) = 152+75+188=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #984BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BBC is #67B443. Grayscale: #6E6E6E. Windows color (decimal): -6796356 or 12340120. OLE color: 12340120.

HSL color Cylindrical-coordinate representation of color #984BBC: hue angle of 280.88º 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 #984BBC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 75 188 -
CMYK 0.19 0.60 0 0.26
HSL 280.88º 0.46% 0.52% -
HSV(B) 280.88º 0.6% 0.74% -
XYZ 24.54 15.34 49.24 -
YUV 110.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 152 75 188 0.19 0.60 0 0.26 280.88 0.46 0.52
Hex 98 4B BC 13 3C 0 1A 119 2E 34
Octal 230 113 274 23 74 0 32 431 56 64
Binary 10011000 1001011 10111100 10011 111100 0 11010 100011001 101110 110100

Color Harmonies of #984BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984BBC

Black with #984BBC

Text Example


Text Example

White with #984BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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