#965CAB

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

Shades of Deep Lilac #965CAB

Tints of Deep Lilac #965CAB

Color information

#965CAB (or 0x965CAB) is unknown color: approx Deep Lilac. HEX triplet: 96, 5C and AB. RGB value is (150,92,171). Sum of RGB (Red+Green+Blue) = 150+92+171=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #965CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965CAB is #69A354. Grayscale: #767676. Windows color (decimal): -6923093 or 11230358. OLE color: 11230358.

HSL color Cylindrical-coordinate representation of color #965CAB: hue angle of 284.05º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965CAB is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15092171-
CMYK0.120.4600.33
HSL284.05º31.98%51.57%-
HSV(B)284.05º46.2%67.06%-
XYZ23.7617.0840.57-
YUV118.35157.72150.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=36.32%
G=22.28%
B=41.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150921710.120.4600.33284.0531.9851.57
Hex965CABC2E02111c2034
Octal22613425314560414344064
Binary1001011010111001010101111001011100100001100011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,92,171); }

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

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

 a { background-color: rgb(150,92,171); }

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

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

 span { border-color: rgb(150,92,171); }

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