Html Css Color HEX #9354BD Deep Lilac

📋 copy color: '#9354BD'

red 147 ◦ green 84 ◦ blue 189

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

Shades of Deep Lilac #9354BD

Tints of Deep Lilac #9354BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 35%
G = 20%
B = 45%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9354BD (or 0x9354BD) is known color: Deep Lilac. HEX triplet: 93, 54 and BD. RGB value is (147,84,189). Sum of RGB (Red+Green+Blue) = 147+84+189=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #9354BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9354BD is #6CAB42. Grayscale: #727272. Windows color (decimal): -7121731 or 12407955. OLE color: 12407955.

HSL color Cylindrical-coordinate representation of color #9354BD: hue angle of 276º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9354BD is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 84 189 -
CMYK 0.22 0.56 0 0.26
HSL 276º 0.44% 0.54% -
HSV(B) 276º 0.56% 0.74% -
XYZ 24.39 16.22 49.99 -
YUV 114.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 147 84 189 0.22 0.56 0 0.26 276 0.44 0.54
Hex 93 54 BD 16 38 0 1A 114 2C 36
Octal 223 124 275 26 70 0 32 424 54 66
Binary 10010011 1010100 10111101 10110 111000 0 11010 100010100 101100 110110

Color Harmonies of #9354BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9354BD

Black with #9354BD

Text Example


Text Example

White with #9354BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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