Html Css Color HEX #9263BB Lilac Bush

📋 copy color: '#9263BB'

red 146 ◦ green 99 ◦ blue 187

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

Shades of Lilac Bush #9263BB

Tints of Lilac Bush #9263BB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.92%

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

R = 33.8%
G = 22.92%
B = 43.29%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9263BB (or 0x9263BB) is known color: Lilac Bush. HEX triplet: 92, 63 and BB. RGB value is (146,99,187). Sum of RGB (Red+Green+Blue) = 146+99+187=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #9263BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263BB is #6D9C44. Grayscale: #7A7A7A. Windows color (decimal): -7183429 or 12280722. OLE color: 12280722.

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

Color convert

RGB 146 99 187 -
CMYK 0.22 0.47 0 0.27
HSL 272.05º 0.39% 0.56% -
HSV(B) 272.05º 0.47% 0.73% -
XYZ 25.29 18.62 49.28 -
YUV 123.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 146 99 187 0.22 0.47 0 0.27 272.05 0.39 0.56
Hex 92 63 BB 16 2F 0 1B 110 27 38
Octal 222 143 273 26 57 0 33 420 47 70
Binary 10010010 1100011 10111011 10110 101111 0 11011 100010000 100111 111000

Color Harmonies of #9263BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263BB

Black with #9263BB

Text Example


Text Example

White with #9263BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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