Html Css Color HEX #9352B7 Deep Lilac

📋 copy color: '#9352B7'

red 147 ◦ green 82 ◦ blue 183

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

Shades of Deep Lilac #9352B7

Tints of Deep Lilac #9352B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.42%

R = 35.68%
G = 19.9%
B = 44.42%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9352B7 (or 0x9352B7) is known color: Deep Lilac. HEX triplet: 93, 52 and B7. RGB value is (147,82,183). Sum of RGB (Red+Green+Blue) = 147+82+183=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #9352B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352B7 is #6CAD48. Grayscale: #707070. Windows color (decimal): -7122249 or 12014227. OLE color: 12014227.

HSL color Cylindrical-coordinate representation of color #9352B7: hue angle of 278.61º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9352B7 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 147 82 183 -
CMYK 0.20 0.55 0 0.28
HSL 278.61º 0.41% 0.52% -
HSV(B) 278.61º 0.55% 0.72% -
XYZ 23.6 15.66 46.58 -
YUV 112.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 147 82 183 0.20 0.55 0 0.28 278.61 0.41 0.52
Hex 93 52 B7 14 37 0 1C 117 29 34
Octal 223 122 267 24 67 0 34 427 51 64
Binary 10010011 1010010 10110111 10100 110111 0 11100 100010111 101001 110100

Color Harmonies of #9352B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352B7

Black with #9352B7

Text Example


Text Example

White with #9352B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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