Html Css Color HEX #9367BE Lilac Bush

📋 copy color: '#9367BE'

red 147 ◦ green 103 ◦ blue 190

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

Shades of Lilac Bush #9367BE

Tints of Lilac Bush #9367BE

RGB

 RED value IS 147 (57.81% from 255) = 33.41%

 GREEN value IS 103 (40.63% from 255) = 23.41%

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 33.41%
G = 23.41%
B = 43.18%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9367BE (or 0x9367BE) is known color: Lilac Bush. HEX triplet: 93, 67 and BE. RGB value is (147,103,190). Sum of RGB (Red+Green+Blue) = 147+103+190=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9367BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9367BE is #6C9841. Grayscale: #7D7D7D. Windows color (decimal): -7116866 or 12478355. OLE color: 12478355.

HSL color Cylindrical-coordinate representation of color #9367BE: hue angle of 270.34º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9367BE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 103 190 -
CMYK 0.23 0.46 0 0.25
HSL 270.34º 0.4% 0.57% -
HSV(B) 270.34º 0.46% 0.75% -
XYZ 26.18 19.62 51.12 -
YUV 126.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 147 103 190 0.23 0.46 0 0.25 270.34 0.4 0.57
Hex 93 67 BE 17 2E 0 19 10E 28 39
Octal 223 147 276 27 56 0 31 416 50 71
Binary 10010011 1100111 10111110 10111 101110 0 11001 100001110 101000 111001

Color Harmonies of #9367BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9367BE

Black with #9367BE

Text Example


Text Example

White with #9367BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9367BE; }

 p { color: rgb(147,103,190); }

 H1.HeaderClassName
 {
   color: #9367BE;
 }
 .AnyTagClassName
 {
   color: #9367BE;
 }
</style>

background-color css

<style>
 a { background-color: #9367BE; }

 a { background-color: rgb(147,103,190); }

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

border-color css

<style>
 span { border-color: #9367BE; }

 span { border-color: rgb(147,103,190); }

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