#9A3FBA

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

Shades of Deep Lilac #9A3FBA

Tints of Deep Lilac #9A3FBA

Color information

#9A3FBA (or 0x9A3FBA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 3F and BA. RGB value is (154,63,186). Sum of RGB (Red+Green+Blue) = 154+63+186=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A3FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3FBA is #65C045. Grayscale: #676767. Windows color (decimal): -6668358 or 12205978. OLE color: 12205978.

HSL color Cylindrical-coordinate representation of color #9A3FBA: hue angle of 284.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3FBA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15463186-
CMYK0.170.6600.27
HSL284.39º49.4%48.82%-
HSV(B)284.39º66.13%72.94%-
XYZ23.9713.9747.89-
YUV104.23174.15163.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.21%
GREEN value IS 63 (25% from 255) = 15.63%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=38.21%
G=15.63%
B=46.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154631860.170.6600.27284.3949.448.82
Hex9A3FBA114201B11c3131
Octal23277272211020334346161
Binary1001101011111110111010100011000010011011100011100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,63,186); }

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

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

 a { background-color: rgb(154,63,186); }

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

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

 span { border-color: rgb(154,63,186); }

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