#9848BE

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

Shades of Deep Lilac #9848BE

Tints of Deep Lilac #9848BE

Color information

#9848BE (or 0x9848BE) is unknown color: approx Deep Lilac. HEX triplet: 98, 48 and BE. RGB value is (152,72,190). Sum of RGB (Red+Green+Blue) = 152+72+190=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #9848BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848BE is #67B741. Grayscale: #6C6C6C. Windows color (decimal): -6797122 or 12470424. OLE color: 12470424.

HSL color Cylindrical-coordinate representation of color #9848BE: hue angle of 280.68º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9848BE is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15272190-
CMYK0.20.6200.25
HSL280.68º47.58%51.37%-
HSV(B)280.68º62.11%74.51%-
XYZ24.5615.0350.32-
YUV109.37173.5158.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 72 (28.52% from 255) = 17.39%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=36.71%
G=17.39%
B=45.89%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152721900.20.6200.25280.6847.5851.37
Hex9848BE143E0191193033
Octal23011027624760314316063
Binary1001100010010001011111010100111110011001100011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9848BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9848BE; }

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

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

<style>
 a { background-color: #9848BE; }

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

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

<style>
 span { border-color: #9848BE; }

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

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