Html Css Color HEX #9351BA Deep Lilac

📋 copy color: '#9351BA'

red 147 ◦ green 81 ◦ blue 186

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

Shades of Deep Lilac #9351BA

Tints of Deep Lilac #9351BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.57%

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

R = 35.51%
G = 19.57%
B = 44.93%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9351BA (or 0x9351BA) is known color: Deep Lilac. HEX triplet: 93, 51 and BA. RGB value is (147,81,186). Sum of RGB (Red+Green+Blue) = 147+81+186=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #9351BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9351BA is #6CAE45. Grayscale: #707070. Windows color (decimal): -7122502 or 12210579. OLE color: 12210579.

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

Color convert

RGB 147 81 186 -
CMYK 0.21 0.56 0 0.27
HSL 277.71º 0.43% 0.52% -
HSV(B) 277.71º 0.56% 0.73% -
XYZ 23.84 15.63 48.22 -
YUV 112.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 147 81 186 0.21 0.56 0 0.27 277.71 0.43 0.52
Hex 93 51 BA 15 38 0 1B 116 2B 34
Octal 223 121 272 25 70 0 33 426 53 64
Binary 10010011 1010001 10111010 10101 111000 0 11011 100010110 101011 110100

Color Harmonies of #9351BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9351BA

Black with #9351BA

Text Example


Text Example

White with #9351BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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