#9165BE

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

Shades of Lilac Bush #9165BE

Tints of Lilac Bush #9165BE

Color information

#9165BE (or 0x9165BE) is unknown color: approx Lilac Bush. HEX triplet: 91, 65 and BE. RGB value is (145,101,190). Sum of RGB (Red+Green+Blue) = 145+101+190=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #9165BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165BE is #6E9A41. Grayscale: #7B7B7B. Windows color (decimal): -7248450 or 12477841. OLE color: 12477841.

HSL color Cylindrical-coordinate representation of color #9165BE: hue angle of 269.66º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9165BE is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145101190-
CMYK0.240.4700.25
HSL269.66º40.64%57.06%-
HSV(B)269.66º46.84%74.51%-
XYZ25.6219.0451.04-
YUV124.3165.08142.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=33.26%
G=23.17%
B=43.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451011900.240.4700.25269.6640.6457.06
Hex9165BE182F01910e2939
Octal22114527630570314165171
Binary1001000111001011011111011000101111011001100001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9165BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9165BE; }

 p { color: rgb(145,101,190); }

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

<style>
 a { background-color: #9165BE; }

 a { background-color: rgb(145,101,190); }

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

<style>
 span { border-color: #9165BE; }

 span { border-color: rgb(145,101,190); }

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