Html Css Color HEX #9047BF Deep Lilac

📋 copy color: '#9047BF'

red 144 ◦ green 71 ◦ blue 191

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

Shades of Deep Lilac #9047BF

Tints of Deep Lilac #9047BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 35.47%
G = 17.49%
B = 47.04%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9047BF (or 0x9047BF) is known color: Deep Lilac. HEX triplet: 90, 47 and BF. RGB value is (144,71,191). Sum of RGB (Red+Green+Blue) = 144+71+191=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #9047BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9047BF is #6FB840. Grayscale: #6A6A6A. Windows color (decimal): -7321665 or 12535696. OLE color: 12535696.

HSL color Cylindrical-coordinate representation of color #9047BF: hue angle of 276.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9047BF is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 71 191 -
CMYK 0.25 0.63 0 0.25
HSL 276.5º 0.48% 0.51% -
HSV(B) 276.5º 0.63% 0.75% -
XYZ 23.16 14.2 50.81 -
YUV 106.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 144 71 191 0.25 0.63 0 0.25 276.5 0.48 0.51
Hex 90 47 BF 19 3F 0 19 114 30 33
Octal 220 107 277 31 77 0 31 424 60 63
Binary 10010000 1000111 10111111 11001 111111 0 11001 100010100 110000 110011

Color Harmonies of #9047BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9047BF

Black with #9047BF

Text Example


Text Example

White with #9047BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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