#9341BC

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

Shades of Deep Lilac #9341BC

Tints of Deep Lilac #9341BC

Color information

#9341BC (or 0x9341BC) is unknown color: approx Deep Lilac. HEX triplet: 93, 41 and BC. RGB value is (147,65,188). Sum of RGB (Red+Green+Blue) = 147+65+188=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #9341BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341BC is #6CBE43. Grayscale: #676767. Windows color (decimal): -7126596 or 12337555. OLE color: 12337555.

HSL color Cylindrical-coordinate representation of color #9341BC: hue angle of 280º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9341BC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14765188-
CMYK0.220.6500.26
HSL280º48.62%49.61%-
HSV(B)280º65.43%73.73%-
XYZ2313.6148.99-
YUV103.54175.67159-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 65 (25.78% from 255) = 16.25%
BLUE value IS 188 (73.83% from 255) = 47%
R=36.75%
G=16.25%
B=47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147651880.220.6500.2628048.6249.61
Hex9341BC164101A1183132
Octal223101274261010324306162
Binary10010011100000110111100101101000001011010100011000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9341BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,65,188); }

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

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

 a { background-color: rgb(147,65,188); }

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

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

 span { border-color: rgb(147,65,188); }

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