Html Css Color HEX #9C4BAE Deep Lilac

📋 copy color: '#9C4BAE'

red 156 ◦ green 75 ◦ blue 174

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

Shades of Deep Lilac #9C4BAE

Tints of Deep Lilac #9C4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.52%

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

R = 38.52%
G = 18.52%
B = 42.96%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C4BAE (or 0x9C4BAE) is known color: Deep Lilac. HEX triplet: 9C, 4B and AE. RGB value is (156,75,174). Sum of RGB (Red+Green+Blue) = 156+75+174=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4BAE is #63B451. Grayscale: #6E6E6E. Windows color (decimal): -6534226 or 11422620. OLE color: 11422620.

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

Color convert

RGB 156 75 174 -
CMYK 0.10 0.57 0 0.32
HSL 289.09º 0.4% 0.49% -
HSV(B) 289.09º 0.57% 0.68% -
XYZ 23.87 15.16 41.71 -
YUV 110.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 156 75 174 0.10 0.57 0 0.32 289.09 0.4 0.49
Hex 9C 4B AE A 39 0 20 121 28 31
Octal 234 113 256 12 71 0 40 441 50 61
Binary 10011100 1001011 10101110 1010 111001 0 100000 100100001 101000 110001

Color Harmonies of #9C4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4BAE

Black with #9C4BAE

Text Example


Text Example

White with #9C4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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