Html Css Color HEX #9F69BA Deep Lilac

📋 copy color: '#9F69BA'

red 159 ◦ green 105 ◦ blue 186

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

Shades of Deep Lilac #9F69BA

Tints of Deep Lilac #9F69BA

RGB

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

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

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

R = 35.33%
G = 23.33%
B = 41.33%

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

#9F69BA (or 0x9F69BA) is known color: Deep Lilac. HEX triplet: 9F, 69 and BA. RGB value is (159,105,186). Sum of RGB (Red+Green+Blue) = 159+105+186=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69BA is #609645. Grayscale: #828282. Windows color (decimal): -6329926 or 12216735. OLE color: 12216735.

HSL color Cylindrical-coordinate representation of color #9F69BA: hue angle of 280º degrees, saturation: 0.37, 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 #9F69BA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 105 186 -
CMYK 0.15 0.44 0 0.27
HSL 280º 0.37% 0.57% -
HSV(B) 280º 0.44% 0.73% -
XYZ 28.21 21.02 49.02 -
YUV 130.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 159 105 186 0.15 0.44 0 0.27 280 0.37 0.57
Hex 9F 69 BA F 2C 0 1B 118 25 39
Octal 237 151 272 17 54 0 33 430 45 71
Binary 10011111 1101001 10111010 1111 101100 0 11011 100011000 100101 111001

Color Harmonies of #9F69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F69BA

Black with #9F69BA

Text Example


Text Example

White with #9F69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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