Html Css Color HEX #9C59BF Deep Lilac

📋 copy color: '#9C59BF'

red 156 ◦ green 89 ◦ blue 191

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

Shades of Deep Lilac #9C59BF

Tints of Deep Lilac #9C59BF

RGB

 RED value IS 156 (61.33% from 255) = 35.78%

 GREEN value IS 89 (35.16% from 255) = 20.41%

 BLUE value IS 191 (75% from 255) = 43.81%

R = 35.78%
G = 20.41%
B = 43.81%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C59BF (or 0x9C59BF) is known color: Deep Lilac. HEX triplet: 9C, 59 and BF. RGB value is (156,89,191). Sum of RGB (Red+Green+Blue) = 156+89+191=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C59BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C59BF is #63A640. Grayscale: #787878. Windows color (decimal): -6530625 or 12540316. OLE color: 12540316.

HSL color Cylindrical-coordinate representation of color #9C59BF: hue angle of 279.41º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C59BF is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 89 191 -
CMYK 0.18 0.53 0 0.25
HSL 279.41º 0.44% 0.55% -
HSV(B) 279.41º 0.53% 0.75% -
XYZ 26.69 17.97 51.35 -
YUV 120.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 156 89 191 0.18 0.53 0 0.25 279.41 0.44 0.55
Hex 9C 59 BF 12 35 0 19 117 2C 37
Octal 234 131 277 22 65 0 31 427 54 67
Binary 10011100 1011001 10111111 10010 110101 0 11001 100010111 101100 110111

Color Harmonies of #9C59BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C59BF

Black with #9C59BF

Text Example


Text Example

White with #9C59BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,89,191); }

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

background-color css

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

 a { background-color: rgb(156,89,191); }

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

border-color css

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

 span { border-color: rgb(156,89,191); }

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