Html Css Color HEX #9354BA Deep Lilac

📋 copy color: '#9354BA'

red 147 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #9354BA

Tints of Deep Lilac #9354BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.14%

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

R = 35.25%
G = 20.14%
B = 44.6%

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

#9354BA (or 0x9354BA) is known color: Deep Lilac. HEX triplet: 93, 54 and BA. RGB value is (147,84,186). Sum of RGB (Red+Green+Blue) = 147+84+186=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #9354BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354BA is #6CAB45. Grayscale: #727272. Windows color (decimal): -7121734 or 12211347. OLE color: 12211347.

HSL color Cylindrical-coordinate representation of color #9354BA: hue angle of 277.06º 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 #9354BA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 84 186 -
CMYK 0.21 0.55 0 0.27
HSL 277.06º 0.43% 0.53% -
HSV(B) 277.06º 0.55% 0.73% -
XYZ 24.07 16.09 48.29 -
YUV 114.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 147 84 186 0.21 0.55 0 0.27 277.06 0.43 0.53
Hex 93 54 BA 15 37 0 1B 115 2A 35
Octal 223 124 272 25 67 0 33 425 52 65
Binary 10010011 1010100 10111010 10101 110111 0 11011 100010101 101010 110101

Color Harmonies of #9354BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9354BA

Black with #9354BA

Text Example


Text Example

White with #9354BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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