Html Css Color HEX #9547BF Deep Lilac

📋 copy color: '#9547BF'

red 149 ◦ green 71 ◦ blue 191

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

Shades of Deep Lilac #9547BF

Tints of Deep Lilac #9547BF

RGB

 RED value IS 149 (58.59% from 255) = 36.25%

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

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

R = 36.25%
G = 17.27%
B = 46.47%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9547BF (or 0x9547BF) is known color: Deep Lilac. HEX triplet: 95, 47 and BF. RGB value is (149,71,191). Sum of RGB (Red+Green+Blue) = 149+71+191=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #9547BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9547BF is #6AB840. Grayscale: #6B6B6B. Windows color (decimal): -6993985 or 12535701. OLE color: 12535701.

HSL color Cylindrical-coordinate representation of color #9547BF: hue angle of 279º 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 #9547BF is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 71 191 -
CMYK 0.22 0.63 0 0.25
HSL 279º 0.48% 0.51% -
HSV(B) 279º 0.63% 0.75% -
XYZ 24.05 14.66 50.85 -
YUV 108 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 149 71 191 0.22 0.63 0 0.25 279 0.48 0.51
Hex 95 47 BF 16 3F 0 19 117 30 33
Octal 225 107 277 26 77 0 31 427 60 63
Binary 10010101 1000111 10111111 10110 111111 0 11001 100010111 110000 110011

Color Harmonies of #9547BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9547BF

Black with #9547BF

Text Example


Text Example

White with #9547BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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