#9453BF

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

Shades of Deep Lilac #9453BF

Tints of Deep Lilac #9453BF

Color information

#9453BF (or 0x9453BF) is unknown color: approx Deep Lilac. HEX triplet: 94, 53 and BF. RGB value is (148,83,191). Sum of RGB (Red+Green+Blue) = 148+83+191=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #9453BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9453BF is #6BAC40. Grayscale: #727272. Windows color (decimal): -7056449 or 12538772. OLE color: 12538772.

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

Color convert

RGB14883191-
CMYK0.230.5700.25
HSL276.11º45.76%53.73%-
HSV(B)276.11º56.54%74.9%-
XYZ24.7116.2451.12-
YUV114.75171.03151.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 83 (32.81% from 255) = 19.67%
BLUE value IS 191 (75% from 255) = 45.26%
R=35.07%
G=19.67%
B=45.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148831910.230.5700.25276.1145.7653.73
Hex9453BF17390191142e36
Octal22412327727710314245666
Binary1001010010100111011111110111111001011001100010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9453BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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