Html Css Color HEX #9341AB Deep Lilac

📋 copy color: '#9341AB'

red 147 ◦ green 65 ◦ blue 171

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

Shades of Deep Lilac #9341AB

Tints of Deep Lilac #9341AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.97%

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

R = 38.38%
G = 16.97%
B = 44.65%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9341AB (or 0x9341AB) is known color: Deep Lilac. HEX triplet: 93, 41 and AB. RGB value is (147,65,171). Sum of RGB (Red+Green+Blue) = 147+65+171=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #9341AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9341AB is #6CBE54. Grayscale: #656565. Windows color (decimal): -7126613 or 11223443. OLE color: 11223443.

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

Color convert

RGB 147 65 171 -
CMYK 0.14 0.62 0 0.33
HSL 286.42º 0.45% 0.46% -
HSV(B) 286.42º 0.62% 0.67% -
XYZ 21.27 12.92 39.9 -
YUV 101.6 167.17 160.38 -
System Red Green Blue C M Y K H S L
Decimal 147 65 171 0.14 0.62 0 0.33 286.42 0.45 0.46
Hex 93 41 AB E 3E 0 21 11E 2D 2E
Octal 223 101 253 16 76 0 41 436 55 56
Binary 10010011 1000001 10101011 1110 111110 0 100001 100011110 101101 101110

Color Harmonies of #9341AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341AB

Black with #9341AB

Text Example


Text Example

White with #9341AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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