#9B41AF

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

Shades of Deep Lilac #9B41AF

Tints of Deep Lilac #9B41AF

Color information

#9B41AF (or 0x9B41AF) is unknown color: approx Deep Lilac. HEX triplet: 9B, 41 and AF. RGB value is (155,65,175). Sum of RGB (Red+Green+Blue) = 155+65+175=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B41AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B41AF is #64BE50. Grayscale: #686868. Windows color (decimal): -6602321 or 11485595. OLE color: 11485595.

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

Color convert

RGB15565175-
CMYK0.110.6300.31
HSL289.09º45.83%47.06%-
HSV(B)289.09º62.86%68.63%-
XYZ23.1513.8442.01-
YUV104.45167.82164.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.24%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=39.24%
G=16.46%
B=44.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155651750.110.6300.31289.0945.8347.06
Hex9B41AFB3F01F1212e2f
Octal23310125713770374415657
Binary100110111000001101011111011111111011111100100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B41AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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