#9B71CD

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

Shades of Lilac Bush #9B71CD

Tints of Lilac Bush #9B71CD

Color information

#9B71CD (or 0x9B71CD) is unknown color: approx Lilac Bush. HEX triplet: 9B, 71 and CD. RGB value is (155,113,205). Sum of RGB (Red+Green+Blue) = 155+113+205=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B71CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B71CD is #648E32. Grayscale: #878787. Windows color (decimal): -6590003 or 13463963. OLE color: 13463963.

HSL color Cylindrical-coordinate representation of color #9B71CD: hue angle of 267.39º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B71CD is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155113205-
CMYK0.240.4500.20
HSL267.39º47.92%62.35%-
HSV(B)267.39º44.88%80.39%-
XYZ30.4423.1960.63-
YUV136.05166.91141.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 113 (44.53% from 255) = 23.89%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=32.77%
G=23.89%
B=43.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551132050.240.4500.20267.3947.9262.35
Hex9B71CD182D01410b303e
Octal23316131530550244136076
Binary1001101111100011100110111000101101010100100001011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,205); }

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

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

 a { background-color: rgb(155,113,205); }

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

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

 span { border-color: rgb(155,113,205); }

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