#9451BE

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

Shades of Deep Lilac #9451BE

Tints of Deep Lilac #9451BE

Color information

#9451BE (or 0x9451BE) is unknown color: approx Deep Lilac. HEX triplet: 94, 51 and BE. RGB value is (148,81,190). Sum of RGB (Red+Green+Blue) = 148+81+190=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #9451BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9451BE is #6BAE41. Grayscale: #717171. Windows color (decimal): -7056962 or 12472724. OLE color: 12472724.

HSL color Cylindrical-coordinate representation of color #9451BE: hue angle of 276.88º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9451BE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14881190-
CMYK0.220.5700.25
HSL276.88º45.61%53.14%-
HSV(B)276.88º57.37%74.51%-
XYZ24.4515.950.5-
YUV113.46171.2152.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=35.32%
G=19.33%
B=45.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148811900.220.5700.25276.8845.6153.14
Hex9451BE16390191152e35
Octal22412127626710314255665
Binary1001010010100011011111010110111001011001100010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9451BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9451BE; }

 p { color: rgb(148,81,190); }

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

<style>
 a { background-color: #9451BE; }

 a { background-color: rgb(148,81,190); }

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

<style>
 span { border-color: #9451BE; }

 span { border-color: rgb(148,81,190); }

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