Html Css Color HEX #9F61BC Deep Lilac

📋 copy color: '#9F61BC'

red 159 ◦ green 97 ◦ blue 188

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

Shades of Deep Lilac #9F61BC

Tints of Deep Lilac #9F61BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.85%

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

R = 35.81%
G = 21.85%
B = 42.34%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F61BC (or 0x9F61BC) is known color: Deep Lilac. HEX triplet: 9F, 61 and BC. RGB value is (159,97,188). Sum of RGB (Red+Green+Blue) = 159+97+188=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61BC is #609E43. Grayscale: #7D7D7D. Windows color (decimal): -6331972 or 12345759. OLE color: 12345759.

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

Color convert

RGB 159 97 188 -
CMYK 0.15 0.48 0 0.26
HSL 280.88º 0.4% 0.56% -
HSV(B) 280.88º 0.48% 0.74% -
XYZ 27.65 19.55 49.89 -
YUV 125.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 159 97 188 0.15 0.48 0 0.26 280.88 0.4 0.56
Hex 9F 61 BC F 30 0 1A 119 28 38
Octal 237 141 274 17 60 0 32 431 50 70
Binary 10011111 1100001 10111100 1111 110000 0 11010 100011001 101000 111000

Color Harmonies of #9F61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F61BC

Black with #9F61BC

Text Example


Text Example

White with #9F61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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