#9651BE

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

Shades of Deep Lilac #9651BE

Tints of Deep Lilac #9651BE

Color information

#9651BE (or 0x9651BE) is unknown color: approx Deep Lilac. HEX triplet: 96, 51 and BE. RGB value is (150,81,190). Sum of RGB (Red+Green+Blue) = 150+81+190=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #9651BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9651BE is #69AE41. Grayscale: #717171. Windows color (decimal): -6925890 or 12472726. OLE color: 12472726.

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

Color convert

RGB15081190-
CMYK0.210.5700.25
HSL277.98º45.61%53.14%-
HSV(B)277.98º57.37%74.51%-
XYZ24.8116.0950.51-
YUV114.06170.86153.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=35.63%
G=19.24%
B=45.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150811900.210.5700.25277.9845.6153.14
Hex9651BE15390191162e35
Octal22612127625710314265665
Binary1001011010100011011111010101111001011001100010110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9651BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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