Html Css Color HEX #9F53BA Deep Lilac

📋 copy color: '#9F53BA'

red 159 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #9F53BA

Tints of Deep Lilac #9F53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.39%

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

R = 37.15%
G = 19.39%
B = 43.46%

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

#9F53BA (or 0x9F53BA) is known color: Deep Lilac. HEX triplet: 9F, 53 and BA. RGB value is (159,83,186). Sum of RGB (Red+Green+Blue) = 159+83+186=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F53BA is #60AC45. Grayscale: #757575. Windows color (decimal): -6335558 or 12211103. OLE color: 12211103.

HSL color Cylindrical-coordinate representation of color #9F53BA: hue angle of 284.27º 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 #9F53BA is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 83 186 -
CMYK 0.15 0.55 0 0.27
HSL 284.27º 0.43% 0.53% -
HSV(B) 284.27º 0.55% 0.73% -
XYZ 26.25 17.1 48.37 -
YUV 117.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 159 83 186 0.15 0.55 0 0.27 284.27 0.43 0.53
Hex 9F 53 BA F 37 0 1B 11C 2B 35
Octal 237 123 272 17 67 0 33 434 53 65
Binary 10011111 1010011 10111010 1111 110111 0 11011 100011100 101011 110101

Color Harmonies of #9F53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F53BA

Black with #9F53BA

Text Example


Text Example

White with #9F53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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