#9653BE

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

Shades of Deep Lilac #9653BE

Tints of Deep Lilac #9653BE

Color information

#9653BE (or 0x9653BE) is unknown color: approx Deep Lilac. HEX triplet: 96, 53 and BE. RGB value is (150,83,190). Sum of RGB (Red+Green+Blue) = 150+83+190=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #9653BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9653BE is #69AC41. Grayscale: #727272. Windows color (decimal): -6925378 or 12473238. OLE color: 12473238.

HSL color Cylindrical-coordinate representation of color #9653BE: hue angle of 277.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9653BE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15083190-
CMYK0.210.5600.25
HSL277.57º45.15%53.53%-
HSV(B)277.57º56.32%74.51%-
XYZ24.9716.3950.56-
YUV115.23170.2152.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 83 (32.81% from 255) = 19.62%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=35.46%
G=19.62%
B=44.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150831900.210.5600.25277.5745.1553.53
Hex9653BE15380191162d36
Octal22612327625700314265566
Binary1001011010100111011111010101111000011001100010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9653BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,83,190); }

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

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

 a { background-color: rgb(150,83,190); }

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

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

 span { border-color: rgb(150,83,190); }

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