Html Css Color HEX #984BCD Deep Lilac

📋 copy color: '#984BCD'

red 152 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #984BCD

Tints of Deep Lilac #984BCD

RGB

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

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

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

R = 35.19%
G = 17.36%
B = 47.45%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#984BCD (or 0x984BCD) is known color: Deep Lilac. HEX triplet: 98, 4B and CD. RGB value is (152,75,205). Sum of RGB (Red+Green+Blue) = 152+75+205=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #984BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984BCD is #67B432. Grayscale: #707070. Windows color (decimal): -6796339 or 13454232. OLE color: 13454232.

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

Color convert

RGB 152 75 205 -
CMYK 0.26 0.63 0 0.20
HSL 275.54º 0.57% 0.55% -
HSV(B) 275.54º 0.63% 0.8% -
XYZ 26.48 16.12 59.47 -
YUV 112.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 152 75 205 0.26 0.63 0 0.20 275.54 0.57 0.55
Hex 98 4B CD 1A 3F 0 14 114 39 37
Octal 230 113 315 32 77 0 24 424 71 67
Binary 10011000 1001011 11001101 11010 111111 0 10100 100010100 111001 110111

Color Harmonies of #984BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984BCD

Black with #984BCD

Text Example


Text Example

White with #984BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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