Html Css Color HEX #9C3AAF Deep Lilac

📋 copy color: '#9C3AAF'

red 156 ◦ green 58 ◦ blue 175

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

Shades of Deep Lilac #9C3AAF

Tints of Deep Lilac #9C3AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.91%

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 40.1%
G = 14.91%
B = 44.99%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9C3AAF (or 0x9C3AAF) is known color: Deep Lilac. HEX triplet: 9C, 3A and AF. RGB value is (156,58,175). Sum of RGB (Red+Green+Blue) = 156+58+175=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C3AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3AAF is #63C550. Grayscale: #646464. Windows color (decimal): -6538577 or 11483804. OLE color: 11483804.

HSL color Cylindrical-coordinate representation of color #9C3AAF: hue angle of 290.26º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3AAF is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 58 175 -
CMYK 0.11 0.67 0 0.31
HSL 290.26º 0.5% 0.46% -
HSV(B) 290.26º 0.67% 0.69% -
XYZ 22.96 13.19 41.89 -
YUV 100.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 156 58 175 0.11 0.67 0 0.31 290.26 0.5 0.46
Hex 9C 3A AF B 43 0 1F 122 32 2E
Octal 234 72 257 13 103 0 37 442 62 56
Binary 10011100 111010 10101111 1011 1000011 0 11111 100100010 110010 101110

Color Harmonies of #9C3AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3AAF

Black with #9C3AAF

Text Example


Text Example

White with #9C3AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,58,175); }

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

background-color css

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

 a { background-color: rgb(156,58,175); }

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

border-color css

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

 span { border-color: rgb(156,58,175); }

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