#9450BF

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

Shades of Deep Lilac #9450BF

Tints of Deep Lilac #9450BF

Color information

#9450BF (or 0x9450BF) is unknown color: approx Deep Lilac. HEX triplet: 94, 50 and BF. RGB value is (148,80,191). Sum of RGB (Red+Green+Blue) = 148+80+191=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #9450BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9450BF is #6BAF40. Grayscale: #707070. Windows color (decimal): -7057217 or 12538004. OLE color: 12538004.

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

Color convert

RGB14880191-
CMYK0.230.5800.25
HSL276.76º46.44%53.14%-
HSV(B)276.76º58.12%74.9%-
XYZ24.4915.7951.05-
YUV112.99172.03152.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 80 (31.64% from 255) = 19.09%
BLUE value IS 191 (75% from 255) = 45.58%
R=35.32%
G=19.09%
B=45.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148801910.230.5800.25276.7646.4453.14
Hex9450BF173A0191152e35
Octal22412027727720314255665
Binary1001010010100001011111110111111010011001100010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9450BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9450BF; }

 p { color: rgb(148,80,191); }

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

<style>
 a { background-color: #9450BF; }

 a { background-color: rgb(148,80,191); }

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

<style>
 span { border-color: #9450BF; }

 span { border-color: rgb(148,80,191); }

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