#965ABA

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

Shades of Deep Lilac #965ABA

Tints of Deep Lilac #965ABA

Color information

#965ABA (or 0x965ABA) is unknown color: approx Deep Lilac. HEX triplet: 96, 5A and BA. RGB value is (150,90,186). Sum of RGB (Red+Green+Blue) = 150+90+186=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #965ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ABA is #69A545. Grayscale: #767676. Windows color (decimal): -6923590 or 12212886. OLE color: 12212886.

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

Color convert

RGB15090186-
CMYK0.190.5200.27
HSL277.5º41.03%54.12%-
HSV(B)277.5º51.61%72.94%-
XYZ25.117.3448.48-
YUV118.88165.88150.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=35.21%
G=21.13%
B=43.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150901860.190.5200.27277.541.0354.12
Hex965ABA133401B1162936
Octal22613227223640334265166
Binary1001011010110101011101010011110100011011100010110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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