#9B65BD

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

Shades of Deep Lilac #9B65BD

Tints of Deep Lilac #9B65BD

Color information

#9B65BD (or 0x9B65BD) is unknown color: approx Deep Lilac. HEX triplet: 9B, 65 and BD. RGB value is (155,101,189). Sum of RGB (Red+Green+Blue) = 155+101+189=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B65BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B65BD is #649A42. Grayscale: #7E7E7E. Windows color (decimal): -6593091 or 12412315. OLE color: 12412315.

HSL color Cylindrical-coordinate representation of color #9B65BD: hue angle of 276.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B65BD is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155101189-
CMYK0.180.4700.26
HSL276.82º40%56.86%-
HSV(B)276.82º46.56%74.12%-
XYZ27.3619.9550.55-
YUV127.18162.89147.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 189 (74.22% from 255) = 42.47%
R=34.83%
G=22.70%
B=42.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551011890.180.4700.26276.824056.86
Hex9B65BD122F01A1152839
Octal23314527522570324255071
Binary1001101111001011011110110010101111011010100010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,101,189); }

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

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

 a { background-color: rgb(155,101,189); }

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

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

 span { border-color: rgb(155,101,189); }

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