Html Css Color HEX #9F55BE Deep Lilac

📋 copy color: '#9F55BE'

red 159 ◦ green 85 ◦ blue 190

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

Shades of Deep Lilac #9F55BE

Tints of Deep Lilac #9F55BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.59%

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

R = 36.64%
G = 19.59%
B = 43.78%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F55BE (or 0x9F55BE) is known color: Deep Lilac. HEX triplet: 9F, 55 and BE. RGB value is (159,85,190). Sum of RGB (Red+Green+Blue) = 159+85+190=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F55BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55BE is #60AA41. Grayscale: #767676. Windows color (decimal): -6335042 or 12473759. OLE color: 12473759.

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

Color convert

RGB 159 85 190 -
CMYK 0.16 0.55 0 0.25
HSL 282.29º 0.45% 0.54% -
HSV(B) 282.29º 0.55% 0.75% -
XYZ 26.84 17.59 50.69 -
YUV 119.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 159 85 190 0.16 0.55 0 0.25 282.29 0.45 0.54
Hex 9F 55 BE 10 37 0 19 11A 2D 36
Octal 237 125 276 20 67 0 31 432 55 66
Binary 10011111 1010101 10111110 10000 110111 0 11001 100011010 101101 110110

Color Harmonies of #9F55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55BE

Black with #9F55BE

Text Example


Text Example

White with #9F55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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