Html Css Color HEX #9373C7 Lilac Bush

📋 copy color: '#9373C7'

red 147 ◦ green 115 ◦ blue 199

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

Shades of Lilac Bush #9373C7

Tints of Lilac Bush #9373C7

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.95%

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 31.89%
G = 24.95%
B = 43.17%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9373C7 (or 0x9373C7) is known color: Lilac Bush. HEX triplet: 93, 73 and C7. RGB value is (147,115,199). Sum of RGB (Red+Green+Blue) = 147+115+199=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: blue. Hex color #9373C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9373C7 is #6C8C38. Grayscale: #858585. Windows color (decimal): -7113785 or 13071251. OLE color: 13071251.

HSL color Cylindrical-coordinate representation of color #9373C7: hue angle of 262.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9373C7 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 115 199 -
CMYK 0.26 0.42 0 0.22
HSL 262.86º 0.43% 0.62% -
HSV(B) 262.86º 0.42% 0.78% -
XYZ 28.47 22.59 56.89 -
YUV 134.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 147 115 199 0.26 0.42 0 0.22 262.86 0.43 0.62
Hex 93 73 C7 1A 2A 0 16 107 2B 3E
Octal 223 163 307 32 52 0 26 407 53 76
Binary 10010011 1110011 11000111 11010 101010 0 10110 100000111 101011 111110

Color Harmonies of #9373C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9373C7

Black with #9373C7

Text Example


Text Example

White with #9373C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9373C7; }

 p { color: rgb(147,115,199); }

 H1.HeaderClassName
 {
   color: #9373C7;
 }
 .AnyTagClassName
 {
   color: #9373C7;
 }
</style>

background-color css

<style>
 a { background-color: #9373C7; }

 a { background-color: rgb(147,115,199); }

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

border-color css

<style>
 span { border-color: #9373C7; }

 span { border-color: rgb(147,115,199); }

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