Html Css Color HEX #9352A5 Deep Lilac

📋 copy color: '#9352A5'

red 147 ◦ green 82 ◦ blue 165

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

Shades of Deep Lilac #9352A5

Tints of Deep Lilac #9352A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.88%

R = 37.31%
G = 20.81%
B = 41.88%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9352A5 (or 0x9352A5) is known color: Deep Lilac. HEX triplet: 93, 52 and A5. RGB value is (147,82,165). Sum of RGB (Red+Green+Blue) = 147+82+165=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #9352A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9352A5 is #6CAD5A. Grayscale: #6E6E6E. Windows color (decimal): -7122267 or 10834579. OLE color: 10834579.

HSL color Cylindrical-coordinate representation of color #9352A5: hue angle of 286.99º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9352A5 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 82 165 -
CMYK 0.11 0.50 0 0.35
HSL 286.99º 0.34% 0.48% -
HSV(B) 286.99º 0.5% 0.65% -
XYZ 21.84 14.95 37.33 -
YUV 110.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 147 82 165 0.11 0.50 0 0.35 286.99 0.34 0.48
Hex 93 52 A5 B 32 0 23 11F 22 30
Octal 223 122 245 13 62 0 43 437 42 60
Binary 10010011 1010010 10100101 1011 110010 0 100011 100011111 100010 110000

Color Harmonies of #9352A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352A5

Black with #9352A5

Text Example


Text Example

White with #9352A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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