Html Css Color HEX #9350BA Deep Lilac

📋 copy color: '#9350BA'

red 147 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #9350BA

Tints of Deep Lilac #9350BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.37%

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 35.59%
G = 19.37%
B = 45.04%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9350BA (or 0x9350BA) is known color: Deep Lilac. HEX triplet: 93, 50 and BA. RGB value is (147,80,186). Sum of RGB (Red+Green+Blue) = 147+80+186=413 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.59% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #9350BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9350BA is #6CAF45. Grayscale: #6F6F6F. Windows color (decimal): -7122758 or 12210323. OLE color: 12210323.

HSL color Cylindrical-coordinate representation of color #9350BA: hue angle of 277.92º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9350BA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 80 186 -
CMYK 0.21 0.57 0 0.27
HSL 277.92º 0.43% 0.52% -
HSV(B) 277.92º 0.57% 0.73% -
XYZ 23.76 15.49 48.19 -
YUV 112.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 147 80 186 0.21 0.57 0 0.27 277.92 0.43 0.52
Hex 93 50 BA 15 39 0 1B 116 2B 34
Octal 223 120 272 25 71 0 33 426 53 64
Binary 10010011 1010000 10111010 10101 111001 0 11011 100010110 101011 110100

Color Harmonies of #9350BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350BA

Black with #9350BA

Text Example


Text Example

White with #9350BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9350BA; }

 p { color: rgb(147,80,186); }

 H1.HeaderClassName
 {
   color: #9350BA;
 }
 .AnyTagClassName
 {
   color: #9350BA;
 }
</style>

background-color css

<style>
 a { background-color: #9350BA; }

 a { background-color: rgb(147,80,186); }

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

border-color css

<style>
 span { border-color: #9350BA; }

 span { border-color: rgb(147,80,186); }

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