#9350BE

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

Shades of Deep Lilac #9350BE

Tints of Deep Lilac #9350BE

Color information

#9350BE (or 0x9350BE) is unknown color: approx Deep Lilac. HEX triplet: 93, 50 and BE. RGB value is (147,80,190). Sum of RGB (Red+Green+Blue) = 147+80+190=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #9350BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350BE is #6CAF41. Grayscale: #707070. Windows color (decimal): -7122754 or 12472467. OLE color: 12472467.

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

Color convert

RGB14780190-
CMYK0.230.5800.25
HSL276.55º45.83%52.94%-
HSV(B)276.55º57.89%74.51%-
XYZ24.215.6650.46-
YUV112.57171.7152.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 80 (31.64% from 255) = 19.18%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=35.25%
G=19.18%
B=45.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147801900.230.5800.25276.5545.8352.94
Hex9350BE173A0191152e35
Octal22312027627720314255665
Binary1001001110100001011111010111111010011001100010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9350BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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