Html Css Color HEX #9345AB Deep Lilac

📋 copy color: '#9345AB'

red 147 ◦ green 69 ◦ blue 171

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

Shades of Deep Lilac #9345AB

Tints of Deep Lilac #9345AB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.83%

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

R = 37.98%
G = 17.83%
B = 44.19%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9345AB (or 0x9345AB) is known color: Deep Lilac. HEX triplet: 93, 45 and AB. RGB value is (147,69,171). Sum of RGB (Red+Green+Blue) = 147+69+171=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9345AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9345AB is #6CBA54. Grayscale: #676767. Windows color (decimal): -7125589 or 11224467. OLE color: 11224467.

HSL color Cylindrical-coordinate representation of color #9345AB: hue angle of 285.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9345AB is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 69 171 -
CMYK 0.14 0.60 0 0.33
HSL 285.88º 0.43% 0.47% -
HSV(B) 285.88º 0.6% 0.67% -
XYZ 21.51 13.4 39.98 -
YUV 103.95 165.84 158.71 -
System Red Green Blue C M Y K H S L
Decimal 147 69 171 0.14 0.60 0 0.33 285.88 0.43 0.47
Hex 93 45 AB E 3C 0 21 11E 2A 2F
Octal 223 105 253 16 74 0 41 436 52 57
Binary 10010011 1000101 10101011 1110 111100 0 100001 100011110 101010 101111

Color Harmonies of #9345AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9345AB

Black with #9345AB

Text Example


Text Example

White with #9345AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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