Html Css Color HEX #913CAB Deep Lilac

📋 copy color: '#913CAB'

red 145 ◦ green 60 ◦ blue 171

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

Shades of Deep Lilac #913CAB

Tints of Deep Lilac #913CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 38.56%
G = 15.96%
B = 45.48%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#913CAB (or 0x913CAB) is known color: Deep Lilac. HEX triplet: 91, 3C and AB. RGB value is (145,60,171). Sum of RGB (Red+Green+Blue) = 145+60+171=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #913CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913CAB is #6EC354. Grayscale: #616161. Windows color (decimal): -7258965 or 11222161. OLE color: 11222161.

HSL color Cylindrical-coordinate representation of color #913CAB: hue angle of 285.95º 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 #913CAB is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 60 171 -
CMYK 0.15 0.65 0 0.33
HSL 285.95º 0.48% 0.45% -
HSV(B) 285.95º 0.65% 0.67% -
XYZ 20.64 12.19 39.79 -
YUV 98.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 145 60 171 0.15 0.65 0 0.33 285.95 0.48 0.45
Hex 91 3C AB F 41 0 21 11E 30 2D
Octal 221 74 253 17 101 0 41 436 60 55
Binary 10010001 111100 10101011 1111 1000001 0 100001 100011110 110000 101101

Color Harmonies of #913CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913CAB

Black with #913CAB

Text Example


Text Example

White with #913CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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