Html Css Color HEX #913CAC Deep Lilac

📋 copy color: '#913CAC'

red 145 ◦ green 60 ◦ blue 172

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

Shades of Deep Lilac #913CAC

Tints of Deep Lilac #913CAC

RGB

 RED value IS 145 (57.03% from 255) = 38.46%

 GREEN value IS 60 (23.83% from 255) = 15.92%

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 38.46%
G = 15.92%
B = 45.62%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#913CAC (or 0x913CAC) is known color: Deep Lilac. HEX triplet: 91, 3C and AC. RGB value is (145,60,172). Sum of RGB (Red+Green+Blue) = 145+60+172=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #913CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913CAC is #6EC353. Grayscale: #616161. Windows color (decimal): -7258964 or 11287697. OLE color: 11287697.

HSL color Cylindrical-coordinate representation of color #913CAC: hue angle of 285.54º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913CAC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 60 172 -
CMYK 0.16 0.65 0 0.33
HSL 285.54º 0.48% 0.45% -
HSV(B) 285.54º 0.65% 0.67% -
XYZ 20.74 12.23 40.3 -
YUV 98.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 145 60 172 0.16 0.65 0 0.33 285.54 0.48 0.45
Hex 91 3C AC 10 41 0 21 11E 30 2D
Octal 221 74 254 20 101 0 41 436 60 55
Binary 10010001 111100 10101100 10000 1000001 0 100001 100011110 110000 101101

Color Harmonies of #913CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913CAC

Black with #913CAC

Text Example


Text Example

White with #913CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913CAC; }

 p { color: rgb(145,60,172); }

 H1.HeaderClassName
 {
   color: #913CAC;
 }
 .AnyTagClassName
 {
   color: #913CAC;
 }
</style>

background-color css

<style>
 a { background-color: #913CAC; }

 a { background-color: rgb(145,60,172); }

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

border-color css

<style>
 span { border-color: #913CAC; }

 span { border-color: rgb(145,60,172); }

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