#954DBE

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

Shades of Deep Lilac #954DBE

Tints of Deep Lilac #954DBE

Color information

#954DBE (or 0x954DBE) is unknown color: approx Deep Lilac. HEX triplet: 95, 4D and BE. RGB value is (149,77,190). Sum of RGB (Red+Green+Blue) = 149+77+190=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #954DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DBE is #6AB241. Grayscale: #6F6F6F. Windows color (decimal): -6992450 or 12471701. OLE color: 12471701.

HSL color Cylindrical-coordinate representation of color #954DBE: hue angle of 278.23º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #954DBE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14977190-
CMYK0.220.5900.25
HSL278.23º46.5%52.35%-
HSV(B)278.23º59.47%74.51%-
XYZ24.3415.4250.41-
YUV111.41172.35154.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 77 (30.47% from 255) = 18.51%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=35.82%
G=18.51%
B=45.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149771900.220.5900.25278.2346.552.35
Hex954DBE163B0191162f34
Octal22511527626730314265764
Binary1001010110011011011111010110111011011001100010110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954DBE; }

 p { color: rgb(149,77,190); }

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

<style>
 a { background-color: #954DBE; }

 a { background-color: rgb(149,77,190); }

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

<style>
 span { border-color: #954DBE; }

 span { border-color: rgb(149,77,190); }

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