Html Css Color HEX #9265BD Lilac Bush

📋 copy color: '#9265BD'

red 146 ◦ green 101 ◦ blue 189

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

Shades of Lilac Bush #9265BD

Tints of Lilac Bush #9265BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 33.49%
G = 23.17%
B = 43.35%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9265BD (or 0x9265BD) is known color: Lilac Bush. HEX triplet: 92, 65 and BD. RGB value is (146,101,189). Sum of RGB (Red+Green+Blue) = 146+101+189=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #9265BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9265BD is #6D9A42. Grayscale: #7C7C7C. Windows color (decimal): -7182915 or 12412306. OLE color: 12412306.

HSL color Cylindrical-coordinate representation of color #9265BD: hue angle of 270.68º 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 #9265BD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 101 189 -
CMYK 0.23 0.47 0 0.26
HSL 270.68º 0.4% 0.57% -
HSV(B) 270.68º 0.47% 0.74% -
XYZ 25.69 19.09 50.48 -
YUV 124.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 146 101 189 0.23 0.47 0 0.26 270.68 0.4 0.57
Hex 92 65 BD 17 2F 0 1A 10F 28 39
Octal 222 145 275 27 57 0 32 417 50 71
Binary 10010010 1100101 10111101 10111 101111 0 11010 100001111 101000 111001

Color Harmonies of #9265BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9265BD

Black with #9265BD

Text Example


Text Example

White with #9265BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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