Html Css Color HEX #9F54BA Deep Lilac

📋 copy color: '#9F54BA'

red 159 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #9F54BA

Tints of Deep Lilac #9F54BA

RGB

 RED value IS 159 (62.5% from 255) = 37.06%

 GREEN value IS 84 (33.2% from 255) = 19.58%

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

R = 37.06%
G = 19.58%
B = 43.36%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F54BA (or 0x9F54BA) is known color: Deep Lilac. HEX triplet: 9F, 54 and BA. RGB value is (159,84,186). Sum of RGB (Red+Green+Blue) = 159+84+186=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F54BA is #60AB45. Grayscale: #757575. Windows color (decimal): -6335302 or 12211359. OLE color: 12211359.

HSL color Cylindrical-coordinate representation of color #9F54BA: hue angle of 284.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F54BA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 84 186 -
CMYK 0.15 0.55 0 0.27
HSL 284.12º 0.43% 0.53% -
HSV(B) 284.12º 0.55% 0.73% -
XYZ 26.33 17.26 48.4 -
YUV 118.05 166.35 157.21 -
System Red Green Blue C M Y K H S L
Decimal 159 84 186 0.15 0.55 0 0.27 284.12 0.43 0.53
Hex 9F 54 BA F 37 0 1B 11C 2A 35
Octal 237 124 272 17 67 0 33 434 52 65
Binary 10011111 1010100 10111010 1111 110111 0 11011 100011100 101010 110101

Color Harmonies of #9F54BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F54BA

Black with #9F54BA

Text Example


Text Example

White with #9F54BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F54BA; }

 p { color: rgb(159,84,186); }

 H1.HeaderClassName
 {
   color: #9F54BA;
 }
 .AnyTagClassName
 {
   color: #9F54BA;
 }
</style>

background-color css

<style>
 a { background-color: #9F54BA; }

 a { background-color: rgb(159,84,186); }

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

border-color css

<style>
 span { border-color: #9F54BA; }

 span { border-color: rgb(159,84,186); }

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