#9855CA

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

Shades of Deep Lilac #9855CA

Tints of Deep Lilac #9855CA

Color information

#9855CA (or 0x9855CA) is unknown color: approx Deep Lilac. HEX triplet: 98, 55 and CA. RGB value is (152,85,202). Sum of RGB (Red+Green+Blue) = 152+85+202=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #9855CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855CA is #67AA35. Grayscale: #757575. Windows color (decimal): -6793782 or 13260184. OLE color: 13260184.

HSL color Cylindrical-coordinate representation of color #9855CA: hue angle of 274.36º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9855CA is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15285202-
CMYK0.250.5800.21
HSL274.36º52.47%56.27%-
HSV(B)274.36º57.92%79.22%-
XYZ26.8617.4457.83-
YUV118.37175.2151.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=34.62%
G=19.36%
B=46.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal152852020.250.5800.21274.3652.4756.27
Hex9855CA193A0151123438
Octal23012531231720254226470
Binary1001100010101011100101011001111010010101100010010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9855CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9855CA; }

 p { color: rgb(152,85,202); }

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

<style>
 a { background-color: #9855CA; }

 a { background-color: rgb(152,85,202); }

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

<style>
 span { border-color: #9855CA; }

 span { border-color: rgb(152,85,202); }

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