Html Css Color HEX #9352B0 Deep Lilac

📋 copy color: '#9352B0'

red 147 ◦ green 82 ◦ blue 176

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

Shades of Deep Lilac #9352B0

Tints of Deep Lilac #9352B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.46%

R = 36.3%
G = 20.25%
B = 43.46%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9352B0 (or 0x9352B0) is known color: Deep Lilac. HEX triplet: 93, 52 and B0. RGB value is (147,82,176). Sum of RGB (Red+Green+Blue) = 147+82+176=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #9352B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9352B0 is #6CAD4F. Grayscale: #6F6F6F. Windows color (decimal): -7122256 or 11555475. OLE color: 11555475.

HSL color Cylindrical-coordinate representation of color #9352B0: hue angle of 281.49º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9352B0 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 82 176 -
CMYK 0.16 0.53 0 0.31
HSL 281.49º 0.37% 0.51% -
HSV(B) 281.49º 0.53% 0.69% -
XYZ 22.89 15.37 42.84 -
YUV 112.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 147 82 176 0.16 0.53 0 0.31 281.49 0.37 0.51
Hex 93 52 B0 10 35 0 1F 119 25 33
Octal 223 122 260 20 65 0 37 431 45 63
Binary 10010011 1010010 10110000 10000 110101 0 11111 100011001 100101 110011

Color Harmonies of #9352B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352B0

Black with #9352B0

Text Example


Text Example

White with #9352B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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