#9B3DAF

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

Shades of Deep Lilac #9B3DAF

Tints of Deep Lilac #9B3DAF

Color information

#9B3DAF (or 0x9B3DAF) is unknown color: approx Deep Lilac. HEX triplet: 9B, 3D and AF. RGB value is (155,61,175). Sum of RGB (Red+Green+Blue) = 155+61+175=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B3DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3DAF is #64C250. Grayscale: #656565. Windows color (decimal): -6603345 or 11484571. OLE color: 11484571.

HSL color Cylindrical-coordinate representation of color #9B3DAF: hue angle of 289.47º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3DAF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15561175-
CMYK0.110.6500.31
HSL289.47º48.31%46.27%-
HSV(B)289.47º65.14%68.63%-
XYZ22.9213.441.94-
YUV102.1169.14165.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 61 (24.22% from 255) = 15.60%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=39.64%
G=15.60%
B=44.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155611750.110.6500.31289.4748.3146.27
Hex9B3DAFB4101F121302e
Octal23375257131010374416056
Binary100110111111011010111110111000001011111100100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,61,175); }

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

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

 a { background-color: rgb(155,61,175); }

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

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

 span { border-color: rgb(155,61,175); }

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