Html Css Color HEX #9271BB Lilac Bush

📋 copy color: '#9271BB'

red 146 ◦ green 113 ◦ blue 187

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

Shades of Lilac Bush #9271BB

Tints of Lilac Bush #9271BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.34%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 32.74%
G = 25.34%
B = 41.93%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9271BB (or 0x9271BB) is known color: Lilac Bush. HEX triplet: 92, 71 and BB. RGB value is (146,113,187). Sum of RGB (Red+Green+Blue) = 146+113+187=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #9271BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9271BB is #6D8E44. Grayscale: #838383. Windows color (decimal): -7179845 or 12284306. OLE color: 12284306.

HSL color Cylindrical-coordinate representation of color #9271BB: hue angle of 266.76º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9271BB is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 113 187 -
CMYK 0.22 0.40 0 0.27
HSL 266.76º 0.35% 0.59% -
HSV(B) 266.76º 0.4% 0.73% -
XYZ 26.73 21.51 49.76 -
YUV 131.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 146 113 187 0.22 0.40 0 0.27 266.76 0.35 0.59
Hex 92 71 BB 16 28 0 1B 10B 23 3B
Octal 222 161 273 26 50 0 33 413 43 73
Binary 10010010 1110001 10111011 10110 101000 0 11011 100001011 100011 111011

Color Harmonies of #9271BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9271BB

Black with #9271BB

Text Example


Text Example

White with #9271BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9271BB; }

 p { color: rgb(146,113,187); }

 H1.HeaderClassName
 {
   color: #9271BB;
 }
 .AnyTagClassName
 {
   color: #9271BB;
 }
</style>

background-color css

<style>
 a { background-color: #9271BB; }

 a { background-color: rgb(146,113,187); }

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

border-color css

<style>
 span { border-color: #9271BB; }

 span { border-color: rgb(146,113,187); }

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