Html Css Color HEX #9C3DAE Deep Lilac

📋 copy color: '#9C3DAE'

red 156 ◦ green 61 ◦ blue 174

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

Shades of Deep Lilac #9C3DAE

Tints of Deep Lilac #9C3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 39.9%
G = 15.6%
B = 44.5%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C3DAE (or 0x9C3DAE) is known color: Deep Lilac. HEX triplet: 9C, 3D and AE. RGB value is (156,61,174). Sum of RGB (Red+Green+Blue) = 156+61+174=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C3DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3DAE is #63C251. Grayscale: #656565. Windows color (decimal): -6537810 or 11419036. OLE color: 11419036.

HSL color Cylindrical-coordinate representation of color #9C3DAE: hue angle of 290.44º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C3DAE is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 61 174 -
CMYK 0.10 0.65 0 0.32
HSL 290.44º 0.48% 0.46% -
HSV(B) 290.44º 0.65% 0.68% -
XYZ 23.02 13.46 41.43 -
YUV 102.29 168.47 166.31 -
System Red Green Blue C M Y K H S L
Decimal 156 61 174 0.10 0.65 0 0.32 290.44 0.48 0.46
Hex 9C 3D AE A 41 0 20 122 30 2E
Octal 234 75 256 12 101 0 40 442 60 56
Binary 10011100 111101 10101110 1010 1000001 0 100000 100100010 110000 101110

Color Harmonies of #9C3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3DAE

Black with #9C3DAE

Text Example


Text Example

White with #9C3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,61,174); }

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

background-color css

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

 a { background-color: rgb(156,61,174); }

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

border-color css

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

 span { border-color: rgb(156,61,174); }

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