#9351BE

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

Shades of Deep Lilac #9351BE

Tints of Deep Lilac #9351BE

Color information

#9351BE (or 0x9351BE) is unknown color: approx Deep Lilac. HEX triplet: 93, 51 and BE. RGB value is (147,81,190). Sum of RGB (Red+Green+Blue) = 147+81+190=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #9351BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351BE is #6CAE41. Grayscale: #707070. Windows color (decimal): -7122498 or 12472723. OLE color: 12472723.

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

Color convert

RGB14781190-
CMYK0.230.5700.25
HSL276.33º45.61%53.14%-
HSV(B)276.33º57.37%74.51%-
XYZ24.2715.8150.49-
YUV113.16171.37152.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 81 (32.03% from 255) = 19.38%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=35.17%
G=19.38%
B=45.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147811900.230.5700.25276.3345.6153.14
Hex9351BE17390191142e35
Octal22312127627710314245665
Binary1001001110100011011111010111111001011001100010100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9351BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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