Html Css Color HEX #9F65BE Deep Lilac

📋 copy color: '#9F65BE'

red 159 ◦ green 101 ◦ blue 190

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

Shades of Deep Lilac #9F65BE

Tints of Deep Lilac #9F65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.44%

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

R = 35.33%
G = 22.44%
B = 42.22%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F65BE (or 0x9F65BE) is known color: Deep Lilac. HEX triplet: 9F, 65 and BE. RGB value is (159,101,190). Sum of RGB (Red+Green+Blue) = 159+101+190=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F65BE is #609A41. Grayscale: #808080. Windows color (decimal): -6330946 or 12477855. OLE color: 12477855.

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

Color convert

RGB 159 101 190 -
CMYK 0.16 0.47 0 0.25
HSL 279.1º 0.41% 0.57% -
HSV(B) 279.1º 0.47% 0.75% -
XYZ 28.25 20.4 51.16 -
YUV 128.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 159 101 190 0.16 0.47 0 0.25 279.1 0.41 0.57
Hex 9F 65 BE 10 2F 0 19 117 29 39
Octal 237 145 276 20 57 0 31 427 51 71
Binary 10011111 1100101 10111110 10000 101111 0 11001 100010111 101001 111001

Color Harmonies of #9F65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F65BE

Black with #9F65BE

Text Example


Text Example

White with #9F65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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