#9350BD

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

Shades of Deep Lilac #9350BD

Tints of Deep Lilac #9350BD

Color information

#9350BD (or 0x9350BD) is unknown color: approx Deep Lilac. HEX triplet: 93, 50 and BD. RGB value is (147,80,189). Sum of RGB (Red+Green+Blue) = 147+80+189=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #9350BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350BD is #6CAF42. Grayscale: #707070. Windows color (decimal): -7122755 or 12406931. OLE color: 12406931.

HSL color Cylindrical-coordinate representation of color #9350BD: hue angle of 276.88º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9350BD is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14780189-
CMYK0.220.5800.26
HSL276.88º45.23%52.75%-
HSV(B)276.88º57.67%74.12%-
XYZ24.0915.6149.89-
YUV112.46171.2152.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=35.34%
G=19.23%
B=45.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147801890.220.5800.26276.8845.2352.75
Hex9350BD163A01A1152d35
Octal22312027526720324255565
Binary1001001110100001011110110110111010011010100010101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9350BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9350BD; }

 p { color: rgb(147,80,189); }

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

<style>
 a { background-color: #9350BD; }

 a { background-color: rgb(147,80,189); }

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

<style>
 span { border-color: #9350BD; }

 span { border-color: rgb(147,80,189); }

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