#965DBA

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

Shades of Deep Lilac #965DBA

Tints of Deep Lilac #965DBA

Color information

#965DBA (or 0x965DBA) is unknown color: approx Deep Lilac. HEX triplet: 96, 5D and BA. RGB value is (150,93,186). Sum of RGB (Red+Green+Blue) = 150+93+186=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #965DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DBA is #69A245. Grayscale: #787878. Windows color (decimal): -6922822 or 12213654. OLE color: 12213654.

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

Color convert

RGB15093186-
CMYK0.190.500.27
HSL276.77º40.26%54.71%-
HSV(B)276.77º50%72.94%-
XYZ25.3517.8648.56-
YUV120.65164.88148.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.97%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=34.97%
G=21.68%
B=43.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150931860.190.500.27276.7740.2654.71
Hex965DBA133201B1152837
Octal22613527223620334255067
Binary1001011010111011011101010011110010011011100010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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