#965FC0

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

Shades of Deep Lilac #965FC0

Tints of Deep Lilac #965FC0

Color information

#965FC0 (or 0x965FC0) is unknown color: approx Deep Lilac. HEX triplet: 96, 5F and C0. RGB value is (150,95,192). Sum of RGB (Red+Green+Blue) = 150+95+192=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #965FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FC0 is #69A03F. Grayscale: #7A7A7A. Windows color (decimal): -6922304 or 12607382. OLE color: 12607382.

HSL color Cylindrical-coordinate representation of color #965FC0: hue angle of 274.02º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #965FC0 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15095192-
CMYK0.220.5100.25
HSL274.02º43.5%56.27%-
HSV(B)274.02º50.52%75.29%-
XYZ26.1818.4752.05-
YUV122.5167.22147.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=34.32%
G=21.74%
B=43.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150951920.220.5100.25274.0243.556.27
Hex965FC016330191122b38
Octal22613730026630314225370
Binary1001011010111111100000010110110011011001100010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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