Html Css Color HEX #913AAE Deep Lilac

📋 copy color: '#913AAE'

red 145 ◦ green 58 ◦ blue 174

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

Shades of Deep Lilac #913AAE

Tints of Deep Lilac #913AAE

RGB

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

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

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

R = 38.46%
G = 15.38%
B = 46.15%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#913AAE (or 0x913AAE) is known color: Deep Lilac. HEX triplet: 91, 3A and AE. RGB value is (145,58,174). Sum of RGB (Red+Green+Blue) = 145+58+174=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #913AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913AAE is #6EC551. Grayscale: #606060. Windows color (decimal): -7259474 or 11418257. OLE color: 11418257.

HSL color Cylindrical-coordinate representation of color #913AAE: hue angle of 285º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913AAE is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 58 174 -
CMYK 0.17 0.67 0 0.32
HSL 285º 0.5% 0.45% -
HSV(B) 285º 0.67% 0.68% -
XYZ 20.83 12.1 41.28 -
YUV 97.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 145 58 174 0.17 0.67 0 0.32 285 0.5 0.45
Hex 91 3A AE 11 43 0 20 11D 32 2D
Octal 221 72 256 21 103 0 40 435 62 55
Binary 10010001 111010 10101110 10001 1000011 0 100000 100011101 110010 101101

Color Harmonies of #913AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913AAE

Black with #913AAE

Text Example


Text Example

White with #913AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,58,174); }

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

background-color css

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

 a { background-color: rgb(145,58,174); }

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

border-color css

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

 span { border-color: rgb(145,58,174); }

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