Html Css Color HEX #9352BA Deep Lilac

📋 copy color: '#9352BA'

red 147 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #9352BA

Tints of Deep Lilac #9352BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.76%

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

R = 35.42%
G = 19.76%
B = 44.82%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9352BA (or 0x9352BA) is known color: Deep Lilac. HEX triplet: 93, 52 and BA. RGB value is (147,82,186). Sum of RGB (Red+Green+Blue) = 147+82+186=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #9352BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352BA is #6CAD45. Grayscale: #707070. Windows color (decimal): -7122246 or 12210835. OLE color: 12210835.

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

Color convert

RGB 147 82 186 -
CMYK 0.21 0.56 0 0.27
HSL 277.5º 0.43% 0.53% -
HSV(B) 277.5º 0.56% 0.73% -
XYZ 23.91 15.78 48.24 -
YUV 113.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 147 82 186 0.21 0.56 0 0.27 277.5 0.43 0.53
Hex 93 52 BA 15 38 0 1B 116 2B 35
Octal 223 122 272 25 70 0 33 426 53 65
Binary 10010011 1010010 10111010 10101 111000 0 11011 100010110 101011 110101

Color Harmonies of #9352BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352BA

Black with #9352BA

Text Example


Text Example

White with #9352BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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