#984CBE

Color #984CBE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #984CBE

Tints of Deep Lilac #984CBE

Color information

#984CBE (or 0x984CBE) is unknown color: approx Deep Lilac. HEX triplet: 98, 4C and BE. RGB value is (152,76,190). Sum of RGB (Red+Green+Blue) = 152+76+190=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #984CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984CBE is #67B341. Grayscale: #6F6F6F. Windows color (decimal): -6796098 or 12471448. OLE color: 12471448.

HSL color Cylindrical-coordinate representation of color #984CBE: hue angle of 280º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984CBE is Cyan = 0.2, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15276190-
CMYK0.20.6000.25
HSL280º46.72%52.16%-
HSV(B)280º60%74.51%-
XYZ24.8315.5650.41-
YUV111.72172.18156.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 76 (30.08% from 255) = 18.18%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=36.36%
G=18.18%
B=45.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152761900.20.6000.2528046.7252.16
Hex984CBE143C0191182f34
Octal23011427624740314305764
Binary1001100010011001011111010100111100011001100011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #984CBE;
 }
 .AnyTagClassName
 {
   color: #984CBE;
 }
</style>
background-color css

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

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

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

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

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

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