Html Css Color HEX #9348AE Deep Lilac

📋 copy color: '#9348AE'

red 147 ◦ green 72 ◦ blue 174

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

Shades of Deep Lilac #9348AE

Tints of Deep Lilac #9348AE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.32%

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 37.4%
G = 18.32%
B = 44.27%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9348AE (or 0x9348AE) is known color: Deep Lilac. HEX triplet: 93, 48 and AE. RGB value is (147,72,174). Sum of RGB (Red+Green+Blue) = 147+72+174=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #9348AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9348AE is #6CB751. Grayscale: #696969. Windows color (decimal): -7124818 or 11421843. OLE color: 11421843.

HSL color Cylindrical-coordinate representation of color #9348AE: hue angle of 284.12º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9348AE is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 72 174 -
CMYK 0.16 0.59 0 0.32
HSL 284.12º 0.41% 0.48% -
HSV(B) 284.12º 0.59% 0.68% -
XYZ 21.99 13.89 41.57 -
YUV 106.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 147 72 174 0.16 0.59 0 0.32 284.12 0.41 0.48
Hex 93 48 AE 10 3B 0 20 11C 29 30
Octal 223 110 256 20 73 0 40 434 51 60
Binary 10010011 1001000 10101110 10000 111011 0 100000 100011100 101001 110000

Color Harmonies of #9348AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9348AE

Black with #9348AE

Text Example


Text Example

White with #9348AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9348AE; }

 p { color: rgb(147,72,174); }

 H1.HeaderClassName
 {
   color: #9348AE;
 }
 .AnyTagClassName
 {
   color: #9348AE;
 }
</style>

background-color css

<style>
 a { background-color: #9348AE; }

 a { background-color: rgb(147,72,174); }

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

border-color css

<style>
 span { border-color: #9348AE; }

 span { border-color: rgb(147,72,174); }

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