Html Css Color HEX #9F5DBA Deep Lilac

📋 copy color: '#9F5DBA'

red 159 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #9F5DBA

Tints of Deep Lilac #9F5DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.23%

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

R = 36.3%
G = 21.23%
B = 42.47%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F5DBA (or 0x9F5DBA) is known color: Deep Lilac. HEX triplet: 9F, 5D and BA. RGB value is (159,93,186). Sum of RGB (Red+Green+Blue) = 159+93+186=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DBA is #60A245. Grayscale: #7B7B7B. Windows color (decimal): -6332998 or 12213663. OLE color: 12213663.

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

Color convert

RGB 159 93 186 -
CMYK 0.15 0.5 0 0.27
HSL 282.58º 0.4% 0.55% -
HSV(B) 282.58º 0.5% 0.73% -
XYZ 27.08 18.74 48.65 -
YUV 123.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 159 93 186 0.15 0.5 0 0.27 282.58 0.4 0.55
Hex 9F 5D BA F 32 0 1B 11B 28 37
Octal 237 135 272 17 62 0 33 433 50 67
Binary 10011111 1011101 10111010 1111 110010 0 11011 100011011 101000 110111

Color Harmonies of #9F5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5DBA

Black with #9F5DBA

Text Example


Text Example

White with #9F5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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