Html Css Color HEX #9F60BE Deep Lilac

📋 copy color: '#9F60BE'

red 159 ◦ green 96 ◦ blue 190

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

Shades of Deep Lilac #9F60BE

Tints of Deep Lilac #9F60BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.57%

 BLUE value IS 190 (74.61% from 255) = 42.7%

R = 35.73%
G = 21.57%
B = 42.7%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F60BE (or 0x9F60BE) is known color: Deep Lilac. HEX triplet: 9F, 60 and BE. RGB value is (159,96,190). Sum of RGB (Red+Green+Blue) = 159+96+190=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60BE is #609F41. Grayscale: #7D7D7D. Windows color (decimal): -6332226 or 12476575. OLE color: 12476575.

HSL color Cylindrical-coordinate representation of color #9F60BE: hue angle of 280.21º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F60BE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 96 190 -
CMYK 0.16 0.49 0 0.25
HSL 280.21º 0.42% 0.56% -
HSV(B) 280.21º 0.49% 0.75% -
XYZ 27.78 19.45 51.01 -
YUV 125.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 159 96 190 0.16 0.49 0 0.25 280.21 0.42 0.56
Hex 9F 60 BE 10 31 0 19 118 2A 38
Octal 237 140 276 20 61 0 31 430 52 70
Binary 10011111 1100000 10111110 10000 110001 0 11001 100011000 101010 111000

Color Harmonies of #9F60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F60BE

Black with #9F60BE

Text Example


Text Example

White with #9F60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,96,190); }

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

background-color css

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

 a { background-color: rgb(159,96,190); }

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

border-color css

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

 span { border-color: rgb(159,96,190); }

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