#9457BC

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

Shades of Deep Lilac #9457BC

Tints of Deep Lilac #9457BC

Color information

#9457BC (or 0x9457BC) is unknown color: approx Deep Lilac. HEX triplet: 94, 57 and BC. RGB value is (148,87,188). Sum of RGB (Red+Green+Blue) = 148+87+188=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #9457BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9457BC is #6BA843. Grayscale: #747474. Windows color (decimal): -7055428 or 12343188. OLE color: 12343188.

HSL color Cylindrical-coordinate representation of color #9457BC: hue angle of 276.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9457BC is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14887188-
CMYK0.210.5400.26
HSL276.24º42.98%53.92%-
HSV(B)276.24º53.72%73.73%-
XYZ24.716.7449.51-
YUV116.75168.21150.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=34.99%
G=20.57%
B=44.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148871880.210.5400.26276.2442.9853.92
Hex9457BC153601A1142b36
Octal22412727425660324245366
Binary1001010010101111011110010101110110011010100010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9457BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9457BC; }

 p { color: rgb(148,87,188); }

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

<style>
 a { background-color: #9457BC; }

 a { background-color: rgb(148,87,188); }

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

<style>
 span { border-color: #9457BC; }

 span { border-color: rgb(148,87,188); }

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