Html Css Color HEX #984CCC Deep Lilac

📋 copy color: '#984CCC'

red 152 ◦ green 76 ◦ blue 204

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

Shades of Deep Lilac #984CCC

Tints of Deep Lilac #984CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 35.19%
G = 17.59%
B = 47.22%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#984CCC (or 0x984CCC) is known color: Deep Lilac. HEX triplet: 98, 4C and CC. RGB value is (152,76,204). Sum of RGB (Red+Green+Blue) = 152+76+204=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #984CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CCC is #67B333. Grayscale: #707070. Windows color (decimal): -6796084 or 13388952. OLE color: 13388952.

HSL color Cylindrical-coordinate representation of color #984CCC: hue angle of 275.62º 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 #984CCC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 152 76 204 -
CMYK 0.25 0.63 0 0.2
HSL 275.63º 0.56% 0.55% -
HSV(B) 275.63º 0.63% 0.8% -
XYZ 26.43 16.2 58.86 -
YUV 113.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 152 76 204 0.25 0.63 0 0.2 275.63 0.56 0.55
Hex 98 4C CC 19 3F 0 14 114 38 37
Octal 230 114 314 31 77 0 24 424 70 67
Binary 10011000 1001100 11001100 11001 111111 0 10100 100010100 111000 110111

Color Harmonies of #984CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CCC

Black with #984CCC

Text Example


Text Example

White with #984CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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