Html Css Color HEX #9265BA Lilac Bush

📋 copy color: '#9265BA'

red 146 ◦ green 101 ◦ blue 186

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

Shades of Lilac Bush #9265BA

Tints of Lilac Bush #9265BA

RGB

 RED value IS 146 (57.42% from 255) = 33.72%

 GREEN value IS 101 (39.84% from 255) = 23.33%

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 33.72%
G = 23.33%
B = 42.96%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9265BA (or 0x9265BA) is known color: Lilac Bush. HEX triplet: 92, 65 and BA. RGB value is (146,101,186). Sum of RGB (Red+Green+Blue) = 146+101+186=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9265BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9265BA is #6D9A45. Grayscale: #7B7B7B. Windows color (decimal): -7182918 or 12215698. OLE color: 12215698.

HSL color Cylindrical-coordinate representation of color #9265BA: hue angle of 271.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9265BA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 101 186 -
CMYK 0.22 0.46 0 0.27
HSL 271.76º 0.38% 0.56% -
HSV(B) 271.76º 0.46% 0.73% -
XYZ 25.37 18.96 48.78 -
YUV 124.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 146 101 186 0.22 0.46 0 0.27 271.76 0.38 0.56
Hex 92 65 BA 16 2E 0 1B 110 26 38
Octal 222 145 272 26 56 0 33 420 46 70
Binary 10010010 1100101 10111010 10110 101110 0 11011 100010000 100110 111000

Color Harmonies of #9265BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9265BA

Black with #9265BA

Text Example


Text Example

White with #9265BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9265BA; }

 p { color: rgb(146,101,186); }

 H1.HeaderClassName
 {
   color: #9265BA;
 }
 .AnyTagClassName
 {
   color: #9265BA;
 }
</style>

background-color css

<style>
 a { background-color: #9265BA; }

 a { background-color: rgb(146,101,186); }

 div.DivClassName
 {
   background-color: #9265BA;
 }
 .BgClassName
 {
   background-color: #9265BA;
 }
</style>

border-color css

<style>
 span { border-color: #9265BA; }

 span { border-color: rgb(146,101,186); }

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