Html Css Color HEX #9165BE Lilac Bush

📋 copy color: '#9165BE'

red 145 ◦ green 101 ◦ blue 190

#9165BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac Bush #9165BE

Tints of Lilac Bush #9165BE

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 value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9165BE (or 0x9165BE) is known color: 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

RGB 145 101 190 -
CMYK 0.24 0.47 0 0.25
HSL 269.66º 0.41% 0.57% -
HSV(B) 269.66º 0.47% 0.75% -
XYZ 25.63 19.04 51.04 -
YUV 124.3 165.08 142.76 -
System Red Green Blue C M Y K H S L
Decimal 145 101 190 0.24 0.47 0 0.25 269.66 0.41 0.57
Hex 91 65 BE 18 2F 0 19 10E 29 39
Octal 221 145 276 30 57 0 31 416 51 71
Binary 10010001 1100101 10111110 11000 101111 0 11001 100001110 101001 111001

Color Harmonies of #9165BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9165BE

Black with #9165BE

Text Example


Text Example

White with #9165BE

Text Example


Text Example

HTML Codes & Css Web 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>