Html Css Color HEX #9353BD Deep Lilac

📋 copy color: '#9353BD'

red 147 ◦ green 83 ◦ blue 189

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

Shades of Deep Lilac #9353BD

Tints of Deep Lilac #9353BD

RGB

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

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

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

R = 35.08%
G = 19.81%
B = 45.11%

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

#9353BD (or 0x9353BD) is known color: Deep Lilac. HEX triplet: 93, 53 and BD. RGB value is (147,83,189). Sum of RGB (Red+Green+Blue) = 147+83+189=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #9353BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9353BD is #6CAC42. Grayscale: #717171. Windows color (decimal): -7121987 or 12407699. OLE color: 12407699.

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

Color convert

RGB 147 83 189 -
CMYK 0.22 0.56 0 0.26
HSL 276.23º 0.45% 0.53% -
HSV(B) 276.23º 0.56% 0.74% -
XYZ 24.31 16.06 49.96 -
YUV 114.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 147 83 189 0.22 0.56 0 0.26 276.23 0.45 0.53
Hex 93 53 BD 16 38 0 1A 114 2D 35
Octal 223 123 275 26 70 0 32 424 55 65
Binary 10010011 1010011 10111101 10110 111000 0 11010 100010100 101101 110101

Color Harmonies of #9353BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9353BD

Black with #9353BD

Text Example


Text Example

White with #9353BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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