Html Css Color HEX #984CCD Deep Lilac

📋 copy color: '#984CCD'

red 152 ◦ green 76 ◦ blue 205

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

Shades of Deep Lilac #984CCD

Tints of Deep Lilac #984CCD

RGB

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

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

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

R = 35.1%
G = 17.55%
B = 47.34%

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

#984CCD (or 0x984CCD) is known color: Deep Lilac. HEX triplet: 98, 4C and CD. RGB value is (152,76,205). Sum of RGB (Red+Green+Blue) = 152+76+205=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #984CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CCD is #67B332. Grayscale: #707070. Windows color (decimal): -6796083 or 13454488. OLE color: 13454488.

HSL color Cylindrical-coordinate representation of color #984CCD: hue angle of 275.35º degrees, saturation: 0.56, 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 #984CCD is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 76 205 -
CMYK 0.26 0.63 0 0.20
HSL 275.35º 0.56% 0.55% -
HSV(B) 275.35º 0.63% 0.8% -
XYZ 26.55 16.25 59.5 -
YUV 113.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 152 76 205 0.26 0.63 0 0.20 275.35 0.56 0.55
Hex 98 4C CD 1A 3F 0 14 113 38 37
Octal 230 114 315 32 77 0 24 423 70 67
Binary 10011000 1001100 11001101 11010 111111 0 10100 100010011 111000 110111

Color Harmonies of #984CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CCD

Black with #984CCD

Text Example


Text Example

White with #984CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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