Html Css Color HEX #9047BA Deep Lilac

📋 copy color: '#9047BA'

red 144 ◦ green 71 ◦ blue 186

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

Shades of Deep Lilac #9047BA

Tints of Deep Lilac #9047BA

RGB

 RED value IS 144 (56.64% from 255) = 35.91%

 GREEN value IS 71 (28.13% from 255) = 17.71%

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 35.91%
G = 17.71%
B = 46.38%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9047BA (or 0x9047BA) is known color: Deep Lilac. HEX triplet: 90, 47 and BA. RGB value is (144,71,186). Sum of RGB (Red+Green+Blue) = 144+71+186=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #9047BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9047BA is #6FB845. Grayscale: #696969. Windows color (decimal): -7321670 or 12208016. OLE color: 12208016.

HSL color Cylindrical-coordinate representation of color #9047BA: hue angle of 278.09º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9047BA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 71 186 -
CMYK 0.23 0.62 0 0.27
HSL 278.09º 0.45% 0.5% -
HSV(B) 278.09º 0.62% 0.73% -
XYZ 22.62 13.98 47.96 -
YUV 105.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 144 71 186 0.23 0.62 0 0.27 278.09 0.45 0.5
Hex 90 47 BA 17 3E 0 1B 116 2D 32
Octal 220 107 272 27 76 0 33 426 55 62
Binary 10010000 1000111 10111010 10111 111110 0 11011 100010110 101101 110010

Color Harmonies of #9047BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9047BA

Black with #9047BA

Text Example


Text Example

White with #9047BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9047BA; }

 p { color: rgb(144,71,186); }

 H1.HeaderClassName
 {
   color: #9047BA;
 }
 .AnyTagClassName
 {
   color: #9047BA;
 }
</style>

background-color css

<style>
 a { background-color: #9047BA; }

 a { background-color: rgb(144,71,186); }

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

border-color css

<style>
 span { border-color: #9047BA; }

 span { border-color: rgb(144,71,186); }

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