Html Css Color HEX #9F65BA Deep Lilac

📋 copy color: '#9F65BA'

red 159 ◦ green 101 ◦ blue 186

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

Shades of Deep Lilac #9F65BA

Tints of Deep Lilac #9F65BA

RGB

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

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

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

R = 35.65%
G = 22.65%
B = 41.7%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F65BA (or 0x9F65BA) is known color: Deep Lilac. HEX triplet: 9F, 65 and BA. RGB value is (159,101,186). Sum of RGB (Red+Green+Blue) = 159+101+186=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F65BA is #609A45. Grayscale: #7F7F7F. Windows color (decimal): -6330950 or 12215711. OLE color: 12215711.

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

Color convert

RGB 159 101 186 -
CMYK 0.15 0.46 0 0.27
HSL 280.94º 0.38% 0.56% -
HSV(B) 280.94º 0.46% 0.73% -
XYZ 27.81 20.22 48.89 -
YUV 128.03 160.72 150.09 -
System Red Green Blue C M Y K H S L
Decimal 159 101 186 0.15 0.46 0 0.27 280.94 0.38 0.56
Hex 9F 65 BA F 2E 0 1B 119 26 38
Octal 237 145 272 17 56 0 33 431 46 70
Binary 10011111 1100101 10111010 1111 101110 0 11011 100011001 100110 111000

Color Harmonies of #9F65BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F65BA

Black with #9F65BA

Text Example


Text Example

White with #9F65BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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