Html Css Color HEX #9263BD Lilac Bush

📋 copy color: '#9263BD'

red 146 ◦ green 99 ◦ blue 189

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

Shades of Lilac Bush #9263BD

Tints of Lilac Bush #9263BD

RGB

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

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

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

R = 33.64%
G = 22.81%
B = 43.55%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9263BD (or 0x9263BD) is known color: Lilac Bush. HEX triplet: 92, 63 and BD. RGB value is (146,99,189). Sum of RGB (Red+Green+Blue) = 146+99+189=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #9263BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263BD is #6D9C42. Grayscale: #7B7B7B. Windows color (decimal): -7183427 or 12411794. OLE color: 12411794.

HSL color Cylindrical-coordinate representation of color #9263BD: hue angle of 271.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9263BD is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 99 189 -
CMYK 0.23 0.48 0 0.26
HSL 271.33º 0.41% 0.56% -
HSV(B) 271.33º 0.48% 0.74% -
XYZ 25.5 18.71 50.41 -
YUV 123.31 165.07 144.18 -
System Red Green Blue C M Y K H S L
Decimal 146 99 189 0.23 0.48 0 0.26 271.33 0.41 0.56
Hex 92 63 BD 17 30 0 1A 10F 29 38
Octal 222 143 275 27 60 0 32 417 51 70
Binary 10010010 1100011 10111101 10111 110000 0 11010 100001111 101001 111000

Color Harmonies of #9263BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263BD

Black with #9263BD

Text Example


Text Example

White with #9263BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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