Html Css Color HEX #9C50CD Deep Lilac

📋 copy color: '#9C50CD'

red 156 ◦ green 80 ◦ blue 205

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

Shades of Deep Lilac #9C50CD

Tints of Deep Lilac #9C50CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 35.37%
G = 18.14%
B = 46.49%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C50CD (or 0x9C50CD) is known color: Deep Lilac. HEX triplet: 9C, 50 and CD. RGB value is (156,80,205). Sum of RGB (Red+Green+Blue) = 156+80+205=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C50CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C50CD is #63AF32. Grayscale: #747474. Windows color (decimal): -6532915 or 13455516. OLE color: 13455516.

HSL color Cylindrical-coordinate representation of color #9C50CD: hue angle of 276.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C50CD is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 80 205 -
CMYK 0.24 0.61 0 0.20
HSL 276.48º 0.56% 0.56% -
HSV(B) 276.48º 0.61% 0.8% -
XYZ 27.6 17.21 59.63 -
YUV 116.97 177.68 155.84 -
System Red Green Blue C M Y K H S L
Decimal 156 80 205 0.24 0.61 0 0.20 276.48 0.56 0.56
Hex 9C 50 CD 18 3D 0 14 114 38 38
Octal 234 120 315 30 75 0 24 424 70 70
Binary 10011100 1010000 11001101 11000 111101 0 10100 100010100 111000 111000

Color Harmonies of #9C50CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C50CD

Black with #9C50CD

Text Example


Text Example

White with #9C50CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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