Html Css Color HEX #913FAC Deep Lilac

📋 copy color: '#913FAC'

red 145 ◦ green 63 ◦ blue 172

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

Shades of Deep Lilac #913FAC

Tints of Deep Lilac #913FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 16.58%

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

R = 38.16%
G = 16.58%
B = 45.26%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#913FAC (or 0x913FAC) is known color: Deep Lilac. HEX triplet: 91, 3F and AC. RGB value is (145,63,172). Sum of RGB (Red+Green+Blue) = 145+63+172=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #913FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913FAC is #6EC053. Grayscale: #636363. Windows color (decimal): -7258196 or 11288465. OLE color: 11288465.

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

Color convert

RGB 145 63 172 -
CMYK 0.16 0.63 0 0.33
HSL 285.14º 0.46% 0.46% -
HSV(B) 285.14º 0.63% 0.67% -
XYZ 20.9 12.55 40.35 -
YUV 99.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 145 63 172 0.16 0.63 0 0.33 285.14 0.46 0.46
Hex 91 3F AC 10 3F 0 21 11D 2E 2E
Octal 221 77 254 20 77 0 41 435 56 56
Binary 10010001 111111 10101100 10000 111111 0 100001 100011101 101110 101110

Color Harmonies of #913FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913FAC

Black with #913FAC

Text Example


Text Example

White with #913FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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