#9865BC

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

Shades of Deep Lilac #9865BC

Tints of Deep Lilac #9865BC

Color information

#9865BC (or 0x9865BC) is unknown color: approx Deep Lilac. HEX triplet: 98, 65 and BC. RGB value is (152,101,188). Sum of RGB (Red+Green+Blue) = 152+101+188=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #9865BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865BC is #679A43. Grayscale: #7D7D7D. Windows color (decimal): -6789700 or 12346776. OLE color: 12346776.

HSL color Cylindrical-coordinate representation of color #9865BC: hue angle of 275.17º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9865BC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152101188-
CMYK0.190.4600.26
HSL275.17º39.37%56.67%-
HSV(B)275.17º46.28%73.73%-
XYZ26.6819.6149.96-
YUV126.17162.9146.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=34.47%
G=22.90%
B=42.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521011880.190.4600.26275.1739.3756.67
Hex9865BC132E01A1132739
Octal23014527423560324234771
Binary1001100011001011011110010011101110011010100010011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9865BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9865BC; }

 p { color: rgb(152,101,188); }

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

<style>
 a { background-color: #9865BC; }

 a { background-color: rgb(152,101,188); }

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

<style>
 span { border-color: #9865BC; }

 span { border-color: rgb(152,101,188); }

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