Html Css Color HEX #9F60BC Deep Lilac

📋 copy color: '#9F60BC'

red 159 ◦ green 96 ◦ blue 188

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

Shades of Deep Lilac #9F60BC

Tints of Deep Lilac #9F60BC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.67%

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

R = 35.89%
G = 21.67%
B = 42.44%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F60BC (or 0x9F60BC) is known color: Deep Lilac. HEX triplet: 9F, 60 and BC. RGB value is (159,96,188). Sum of RGB (Red+Green+Blue) = 159+96+188=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F60BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60BC is #609F43. Grayscale: #7D7D7D. Windows color (decimal): -6332228 or 12345503. OLE color: 12345503.

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

Color convert

RGB 159 96 188 -
CMYK 0.15 0.49 0 0.26
HSL 281.09º 0.41% 0.56% -
HSV(B) 281.09º 0.49% 0.74% -
XYZ 27.56 19.37 49.86 -
YUV 125.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 159 96 188 0.15 0.49 0 0.26 281.09 0.41 0.56
Hex 9F 60 BC F 31 0 1A 119 29 38
Octal 237 140 274 17 61 0 32 431 51 70
Binary 10011111 1100000 10111100 1111 110001 0 11010 100011001 101001 111000

Color Harmonies of #9F60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F60BC

Black with #9F60BC

Text Example


Text Example

White with #9F60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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