#965BC1

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

Shades of Deep Lilac #965BC1

Tints of Deep Lilac #965BC1

Color information

#965BC1 (or 0x965BC1) is unknown color: approx Deep Lilac. HEX triplet: 96, 5B and C1. RGB value is (150,91,193). Sum of RGB (Red+Green+Blue) = 150+91+193=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #965BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BC1 is #69A43E. Grayscale: #777777. Windows color (decimal): -6923327 or 12671894. OLE color: 12671894.

HSL color Cylindrical-coordinate representation of color #965BC1: hue angle of 274.71º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965BC1 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15091193-
CMYK0.220.5300.24
HSL274.71º45.13%55.69%-
HSV(B)274.71º52.85%75.69%-
XYZ25.9417.8252.52-
YUV120.27169.05149.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=34.56%
G=20.97%
B=44.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150911930.220.5300.24274.7145.1355.69
Hex965BC116350181132d38
Octal22613330126650304235570
Binary1001011010110111100000110110110101011000100010011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,91,193); }

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

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

 a { background-color: rgb(150,91,193); }

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

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

 span { border-color: rgb(150,91,193); }

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