Html Css Color HEX #9350AB Deep Lilac

📋 copy color: '#9350AB'

red 147 ◦ green 80 ◦ blue 171

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

Shades of Deep Lilac #9350AB

Tints of Deep Lilac #9350AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

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

R = 36.93%
G = 20.1%
B = 42.96%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9350AB (or 0x9350AB) is known color: Deep Lilac. HEX triplet: 93, 50 and AB. RGB value is (147,80,171). Sum of RGB (Red+Green+Blue) = 147+80+171=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #9350AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9350AB is #6CAF54. Grayscale: #6E6E6E. Windows color (decimal): -7122773 or 11227283. OLE color: 11227283.

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

Color convert

RGB 147 80 171 -
CMYK 0.14 0.53 0 0.33
HSL 284.18º 0.36% 0.49% -
HSV(B) 284.18º 0.53% 0.67% -
XYZ 22.25 14.88 40.23 -
YUV 110.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 147 80 171 0.14 0.53 0 0.33 284.18 0.36 0.49
Hex 93 50 AB E 35 0 21 11C 24 31
Octal 223 120 253 16 65 0 41 434 44 61
Binary 10010011 1010000 10101011 1110 110101 0 100001 100011100 100100 110001

Color Harmonies of #9350AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9350AB

Black with #9350AB

Text Example


Text Example

White with #9350AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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