Html Css Color HEX #9F65BF Deep Lilac

📋 copy color: '#9F65BF'

red 159 ◦ green 101 ◦ blue 191

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

Shades of Deep Lilac #9F65BF

Tints of Deep Lilac #9F65BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.35%

R = 35.25%
G = 22.39%
B = 42.35%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F65BF (or 0x9F65BF) is known color: Deep Lilac. HEX triplet: 9F, 65 and BF. RGB value is (159,101,191). Sum of RGB (Red+Green+Blue) = 159+101+191=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F65BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F65BF is #609A40. Grayscale: #808080. Windows color (decimal): -6330945 or 12543391. OLE color: 12543391.

HSL color Cylindrical-coordinate representation of color #9F65BF: hue angle of 278.67º 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 #9F65BF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 101 191 -
CMYK 0.17 0.47 0 0.25
HSL 278.67º 0.41% 0.57% -
HSV(B) 278.67º 0.47% 0.75% -
XYZ 28.36 20.44 51.74 -
YUV 128.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 159 101 191 0.17 0.47 0 0.25 278.67 0.41 0.57
Hex 9F 65 BF 11 2F 0 19 117 29 39
Octal 237 145 277 21 57 0 31 427 51 71
Binary 10011111 1100101 10111111 10001 101111 0 11001 100010111 101001 111001

Color Harmonies of #9F65BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F65BF

Black with #9F65BF

Text Example


Text Example

White with #9F65BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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