Html Css Color HEX #9F69BB Deep Lilac

📋 copy color: '#9F69BB'

red 159 ◦ green 105 ◦ blue 187

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

Shades of Deep Lilac #9F69BB

Tints of Deep Lilac #9F69BB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.28%

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 35.25%
G = 23.28%
B = 41.46%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F69BB (or 0x9F69BB) is known color: Deep Lilac. HEX triplet: 9F, 69 and BB. RGB value is (159,105,187). Sum of RGB (Red+Green+Blue) = 159+105+187=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F69BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69BB is #609644. Grayscale: #828282. Windows color (decimal): -6329925 or 12282271. OLE color: 12282271.

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

Color convert

RGB 159 105 187 -
CMYK 0.15 0.44 0 0.27
HSL 279.51º 0.38% 0.57% -
HSV(B) 279.51º 0.44% 0.73% -
XYZ 28.32 21.06 49.59 -
YUV 130.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 159 105 187 0.15 0.44 0 0.27 279.51 0.38 0.57
Hex 9F 69 BB F 2C 0 1B 118 26 39
Octal 237 151 273 17 54 0 33 430 46 71
Binary 10011111 1101001 10111011 1111 101100 0 11011 100011000 100110 111001

Color Harmonies of #9F69BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F69BB

Black with #9F69BB

Text Example


Text Example

White with #9F69BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,187); }

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

background-color css

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

 a { background-color: rgb(159,105,187); }

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

border-color css

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

 span { border-color: rgb(159,105,187); }

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