#9659BC

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

Shades of Deep Lilac #9659BC

Tints of Deep Lilac #9659BC

Color information

#9659BC (or 0x9659BC) is unknown color: approx Deep Lilac. HEX triplet: 96, 59 and BC. RGB value is (150,89,188). Sum of RGB (Red+Green+Blue) = 150+89+188=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #9659BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659BC is #69A643. Grayscale: #767676. Windows color (decimal): -6923844 or 12343702. OLE color: 12343702.

HSL color Cylindrical-coordinate representation of color #9659BC: hue angle of 276.97º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9659BC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15089188-
CMYK0.200.5300.26
HSL276.97º42.49%54.31%-
HSV(B)276.97º52.66%73.73%-
XYZ25.2317.2649.58-
YUV118.52167.21150.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 89 (35.16% from 255) = 20.84%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=35.13%
G=20.84%
B=44.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150891880.200.5300.26276.9742.4954.31
Hex9659BC143501A1152a36
Octal22613127424650324255266
Binary1001011010110011011110010100110101011010100010101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9659BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,89,188); }

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

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

 a { background-color: rgb(150,89,188); }

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

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

 span { border-color: rgb(150,89,188); }

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