#9658BA

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

Shades of Deep Lilac #9658BA

Tints of Deep Lilac #9658BA

Color information

#9658BA (or 0x9658BA) is unknown color: approx Deep Lilac. HEX triplet: 96, 58 and BA. RGB value is (150,88,186). Sum of RGB (Red+Green+Blue) = 150+88+186=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #9658BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9658BA is #69A745. Grayscale: #757575. Windows color (decimal): -6924102 or 12212374. OLE color: 12212374.

HSL color Cylindrical-coordinate representation of color #9658BA: hue angle of 277.96º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9658BA is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15088186-
CMYK0.190.5300.27
HSL277.96º41.53%53.73%-
HSV(B)277.96º52.69%72.94%-
XYZ24.9317.0148.42-
YUV117.71166.54151.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=35.38%
G=20.75%
B=43.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150881860.190.5300.27277.9641.5353.73
Hex9658BA133501B1162a36
Octal22613027223650334265266
Binary1001011010110001011101010011110101011011100010110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9658BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9658BA; }

 p { color: rgb(150,88,186); }

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

<style>
 a { background-color: #9658BA; }

 a { background-color: rgb(150,88,186); }

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

<style>
 span { border-color: #9658BA; }

 span { border-color: rgb(150,88,186); }

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