#9A50BE

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

Shades of Deep Lilac #9A50BE

Tints of Deep Lilac #9A50BE

Color information

#9A50BE (or 0x9A50BE) is unknown color: approx Deep Lilac. HEX triplet: 9A, 50 and BE. RGB value is (154,80,190). Sum of RGB (Red+Green+Blue) = 154+80+190=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50BE is #65AF41. Grayscale: #727272. Windows color (decimal): -6664002 or 12472474. OLE color: 12472474.

HSL color Cylindrical-coordinate representation of color #9A50BE: hue angle of 280.36º 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 #9A50BE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15480190-
CMYK0.190.5800.25
HSL280.36º45.83%52.94%-
HSV(B)280.36º57.89%74.51%-
XYZ25.4916.3350.52-
YUV114.67170.52156.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.32%
GREEN value IS 80 (31.64% from 255) = 18.87%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=36.32%
G=18.87%
B=44.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154801900.190.5800.25280.3645.8352.94
Hex9A50BE133A0191182e35
Octal23212027623720314305665
Binary1001101010100001011111010011111010011001100011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A50BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A50BE; }

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

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

<style>
 a { background-color: #9A50BE; }

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

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

<style>
 span { border-color: #9A50BE; }

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

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