Html Css Color HEX #9F69BC Deep Lilac

📋 copy color: '#9F69BC'

red 159 ◦ green 105 ◦ blue 188

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

Shades of Deep Lilac #9F69BC

Tints of Deep Lilac #9F69BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 35.18%
G = 23.23%
B = 41.59%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F69BC (or 0x9F69BC) is known color: Deep Lilac. HEX triplet: 9F, 69 and BC. RGB value is (159,105,188). Sum of RGB (Red+Green+Blue) = 159+105+188=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69BC is #609643. Grayscale: #828282. Windows color (decimal): -6329924 or 12347807. OLE color: 12347807.

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

Color convert

RGB 159 105 188 -
CMYK 0.15 0.44 0 0.26
HSL 279.04º 0.38% 0.57% -
HSV(B) 279.04º 0.44% 0.74% -
XYZ 28.43 21.1 50.15 -
YUV 130.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 159 105 188 0.15 0.44 0 0.26 279.04 0.38 0.57
Hex 9F 69 BC F 2C 0 1A 117 26 39
Octal 237 151 274 17 54 0 32 427 46 71
Binary 10011111 1101001 10111100 1111 101100 0 11010 100010111 100110 111001

Color Harmonies of #9F69BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F69BC

Black with #9F69BC

Text Example


Text Example

White with #9F69BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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