Html Css Color HEX #9348AB Deep Lilac

📋 copy color: '#9348AB'

red 147 ◦ green 72 ◦ blue 171

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

Shades of Deep Lilac #9348AB

Tints of Deep Lilac #9348AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 37.69%
G = 18.46%
B = 43.85%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9348AB (or 0x9348AB) is known color: Deep Lilac. HEX triplet: 93, 48 and AB. RGB value is (147,72,171). Sum of RGB (Red+Green+Blue) = 147+72+171=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #9348AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9348AB is #6CB754. Grayscale: #696969. Windows color (decimal): -7124821 or 11225235. OLE color: 11225235.

HSL color Cylindrical-coordinate representation of color #9348AB: hue angle of 285.45º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9348AB is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 72 171 -
CMYK 0.14 0.58 0 0.33
HSL 285.45º 0.41% 0.48% -
HSV(B) 285.45º 0.58% 0.67% -
XYZ 21.7 13.78 40.04 -
YUV 105.71 164.85 157.45 -
System Red Green Blue C M Y K H S L
Decimal 147 72 171 0.14 0.58 0 0.33 285.45 0.41 0.48
Hex 93 48 AB E 3A 0 21 11D 29 30
Octal 223 110 253 16 72 0 41 435 51 60
Binary 10010011 1001000 10101011 1110 111010 0 100001 100011101 101001 110000

Color Harmonies of #9348AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9348AB

Black with #9348AB

Text Example


Text Example

White with #9348AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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