#9461BC

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

Shades of Deep Lilac #9461BC

Tints of Deep Lilac #9461BC

Color information

#9461BC (or 0x9461BC) is unknown color: approx Deep Lilac. HEX triplet: 94, 61 and BC. RGB value is (148,97,188). Sum of RGB (Red+Green+Blue) = 148+97+188=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #9461BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461BC is #6B9E43. Grayscale: #7A7A7A. Windows color (decimal): -7052868 or 12345748. OLE color: 12345748.

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

Color convert

RGB14897188-
CMYK0.210.4800.26
HSL273.63º40.44%55.88%-
HSV(B)273.63º48.4%73.73%-
XYZ25.5618.4849.8-
YUV122.62164.9146.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=34.18%
G=22.40%
B=43.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148971880.210.4800.26273.6340.4455.88
Hex9461BC153001A1122838
Octal22414127425600324225070
Binary1001010011000011011110010101110000011010100010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9461BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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