Html Css Color HEX #9353BA Deep Lilac

📋 copy color: '#9353BA'

red 147 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #9353BA

Tints of Deep Lilac #9353BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

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

R = 35.34%
G = 19.95%
B = 44.71%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9353BA (or 0x9353BA) is known color: Deep Lilac. HEX triplet: 93, 53 and BA. RGB value is (147,83,186). Sum of RGB (Red+Green+Blue) = 147+83+186=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #9353BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9353BA is #6CAC45. Grayscale: #717171. Windows color (decimal): -7121990 or 12211091. OLE color: 12211091.

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

Color convert

RGB 147 83 186 -
CMYK 0.21 0.55 0 0.27
HSL 277.28º 0.43% 0.53% -
HSV(B) 277.28º 0.55% 0.73% -
XYZ 23.99 15.93 48.27 -
YUV 113.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 147 83 186 0.21 0.55 0 0.27 277.28 0.43 0.53
Hex 93 53 BA 15 37 0 1B 115 2B 35
Octal 223 123 272 25 67 0 33 425 53 65
Binary 10010011 1010011 10111010 10101 110111 0 11011 100010101 101011 110101

Color Harmonies of #9353BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353BA

Black with #9353BA

Text Example


Text Example

White with #9353BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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