Html Css Color HEX #9341BA Deep Lilac

📋 copy color: '#9341BA'

red 147 ◦ green 65 ◦ blue 186

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

Shades of Deep Lilac #9341BA

Tints of Deep Lilac #9341BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.33%

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

R = 36.93%
G = 16.33%
B = 46.73%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9341BA (or 0x9341BA) is known color: Deep Lilac. HEX triplet: 93, 41 and BA. RGB value is (147,65,186). Sum of RGB (Red+Green+Blue) = 147+65+186=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #9341BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341BA is #6CBE45. Grayscale: #666666. Windows color (decimal): -7126598 or 12206483. OLE color: 12206483.

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

Color convert

RGB 147 65 186 -
CMYK 0.21 0.65 0 0.27
HSL 280.66º 0.48% 0.49% -
HSV(B) 280.66º 0.65% 0.73% -
XYZ 22.79 13.53 47.86 -
YUV 103.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 147 65 186 0.21 0.65 0 0.27 280.66 0.48 0.49
Hex 93 41 BA 15 41 0 1B 119 30 31
Octal 223 101 272 25 101 0 33 431 60 61
Binary 10010011 1000001 10111010 10101 1000001 0 11011 100011001 110000 110001

Color Harmonies of #9341BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341BA

Black with #9341BA

Text Example


Text Example

White with #9341BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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