#9263BA

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

Shades of Deep Lilac #9263BA

Tints of Deep Lilac #9263BA

Color information

#9263BA (or 0x9263BA) is unknown color: approx Deep Lilac. HEX triplet: 92, 63 and BA. RGB value is (146,99,186). Sum of RGB (Red+Green+Blue) = 146+99+186=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9263BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263BA is #6D9C45. Grayscale: #7A7A7A. Windows color (decimal): -7183430 or 12215186. OLE color: 12215186.

HSL color Cylindrical-coordinate representation of color #9263BA: hue angle of 272.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9263BA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14699186-
CMYK0.220.4700.27
HSL272.41º38.67%55.88%-
HSV(B)272.41º46.77%72.94%-
XYZ25.1818.5848.71-
YUV122.97163.57144.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=33.87%
G=22.97%
B=43.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146991860.220.4700.27272.4138.6755.88
Hex9263BA162F01B1102738
Octal22214327226570334204770
Binary1001001011000111011101010110101111011011100010000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9263BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9263BA; }

 p { color: rgb(146,99,186); }

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

<style>
 a { background-color: #9263BA; }

 a { background-color: rgb(146,99,186); }

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

<style>
 span { border-color: #9263BA; }

 span { border-color: rgb(146,99,186); }

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