Html Css Color HEX #9C50BE Deep Lilac

📋 copy color: '#9C50BE'

red 156 ◦ green 80 ◦ blue 190

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

Shades of Deep Lilac #9C50BE

Tints of Deep Lilac #9C50BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

 BLUE value IS 190 (74.61% from 255) = 44.6%

R = 36.62%
G = 18.78%
B = 44.6%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C50BE (or 0x9C50BE) is known color: Deep Lilac. HEX triplet: 9C, 50 and BE. RGB value is (156,80,190). Sum of RGB (Red+Green+Blue) = 156+80+190=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C50BE is #63AF41. Grayscale: #727272. Windows color (decimal): -6532930 or 12472476. OLE color: 12472476.

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

Color convert

RGB 156 80 190 -
CMYK 0.18 0.58 0 0.25
HSL 281.45º 0.46% 0.53% -
HSV(B) 281.45º 0.58% 0.75% -
XYZ 25.87 16.52 50.54 -
YUV 115.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 156 80 190 0.18 0.58 0 0.25 281.45 0.46 0.53
Hex 9C 50 BE 12 3A 0 19 119 2E 35
Octal 234 120 276 22 72 0 31 431 56 65
Binary 10011100 1010000 10111110 10010 111010 0 11001 100011001 101110 110101

Color Harmonies of #9C50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C50BE

Black with #9C50BE

Text Example


Text Example

White with #9C50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,80,190); }

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

background-color css

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

 a { background-color: rgb(156,80,190); }

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

border-color css

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

 span { border-color: rgb(156,80,190); }

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