#965FBA

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

Shades of Deep Lilac #965FBA

Tints of Deep Lilac #965FBA

Color information

#965FBA (or 0x965FBA) is unknown color: approx Deep Lilac. HEX triplet: 96, 5F and BA. RGB value is (150,95,186). Sum of RGB (Red+Green+Blue) = 150+95+186=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #965FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FBA is #69A045. Grayscale: #797979. Windows color (decimal): -6922310 or 12214166. OLE color: 12214166.

HSL color Cylindrical-coordinate representation of color #965FBA: hue angle of 276.26º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #965FBA is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15095186-
CMYK0.190.4900.27
HSL276.26º39.74%55.1%-
HSV(B)276.26º48.92%72.94%-
XYZ25.5318.2148.62-
YUV121.82164.22148.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 95 (37.5% from 255) = 22.04%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=34.80%
G=22.04%
B=43.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150951860.190.4900.27276.2639.7455.1
Hex965FBA133101B1142837
Octal22613727223610334245067
Binary1001011010111111011101010011110001011011100010100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965FBA; }

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

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

<style>
 a { background-color: #965FBA; }

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

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

<style>
 span { border-color: #965FBA; }

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

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