Html Css Color HEX #9370BB Lilac Bush

📋 copy color: '#9370BB'

red 147 ◦ green 112 ◦ blue 187

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

Shades of Lilac Bush #9370BB

Tints of Lilac Bush #9370BB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.11%

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

R = 32.96%
G = 25.11%
B = 41.93%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9370BB (or 0x9370BB) is known color: Lilac Bush. HEX triplet: 93, 70 and BB. RGB value is (147,112,187). Sum of RGB (Red+Green+Blue) = 147+112+187=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 112 (44.14% from 255 or 25.11% 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 #9370BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370BB is #6C8F44. Grayscale: #828282. Windows color (decimal): -7114565 or 12284051. OLE color: 12284051.

HSL color Cylindrical-coordinate representation of color #9370BB: hue angle of 268º degrees, saturation: 0.36, 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 #9370BB is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 112 187 -
CMYK 0.21 0.40 0 0.27
HSL 268º 0.36% 0.59% -
HSV(B) 268º 0.4% 0.73% -
XYZ 26.8 21.38 49.73 -
YUV 131.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 147 112 187 0.21 0.40 0 0.27 268 0.36 0.59
Hex 93 70 BB 15 28 0 1B 10C 24 3B
Octal 223 160 273 25 50 0 33 414 44 73
Binary 10010011 1110000 10111011 10101 101000 0 11011 100001100 100100 111011

Color Harmonies of #9370BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370BB

Black with #9370BB

Text Example


Text Example

White with #9370BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,112,187); }

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

background-color css

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

 a { background-color: rgb(147,112,187); }

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

border-color css

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

 span { border-color: rgb(147,112,187); }

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