Html Css Color HEX #9367B8 Lilac Bush

📋 copy color: '#9367B8'

red 147 ◦ green 103 ◦ blue 184

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

Shades of Lilac Bush #9367B8

Tints of Lilac Bush #9367B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.4%

R = 33.87%
G = 23.73%
B = 42.4%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9367B8 (or 0x9367B8) is known color: Lilac Bush. HEX triplet: 93, 67 and B8. RGB value is (147,103,184). Sum of RGB (Red+Green+Blue) = 147+103+184=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 184 - color contains mainly: blue. Hex color #9367B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9367B8 is #6C9847. Grayscale: #7D7D7D. Windows color (decimal): -7116872 or 12085139. OLE color: 12085139.

HSL color Cylindrical-coordinate representation of color #9367B8: hue angle of 272.59º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9367B8 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 103 184 -
CMYK 0.20 0.44 0 0.28
HSL 272.59º 0.36% 0.56% -
HSV(B) 272.59º 0.44% 0.72% -
XYZ 25.53 19.36 47.74 -
YUV 125.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 147 103 184 0.20 0.44 0 0.28 272.59 0.36 0.56
Hex 93 67 B8 14 2C 0 1C 111 24 38
Octal 223 147 270 24 54 0 34 421 44 70
Binary 10010011 1100111 10111000 10100 101100 0 11100 100010001 100100 111000

Color Harmonies of #9367B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9367B8

Black with #9367B8

Text Example


Text Example

White with #9367B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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