Html Css Color HEX #913BAF Deep Lilac

📋 copy color: '#913BAF'

red 145 ◦ green 59 ◦ blue 175

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

Shades of Deep Lilac #913BAF

Tints of Deep Lilac #913BAF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.57%

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

R = 38.26%
G = 15.57%
B = 46.17%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#913BAF (or 0x913BAF) is known color: Deep Lilac. HEX triplet: 91, 3B and AF. RGB value is (145,59,175). Sum of RGB (Red+Green+Blue) = 145+59+175=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #913BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913BAF is #6EC450. Grayscale: #616161. Windows color (decimal): -7259217 or 11484049. OLE color: 11484049.

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

Color convert

RGB 145 59 175 -
CMYK 0.17 0.66 0 0.31
HSL 284.48º 0.5% 0.46% -
HSV(B) 284.48º 0.66% 0.69% -
XYZ 20.98 12.24 41.81 -
YUV 97.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 145 59 175 0.17 0.66 0 0.31 284.48 0.5 0.46
Hex 91 3B AF 11 42 0 1F 11C 32 2E
Octal 221 73 257 21 102 0 37 434 62 56
Binary 10010001 111011 10101111 10001 1000010 0 11111 100011100 110010 101110

Color Harmonies of #913BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913BAF

Black with #913BAF

Text Example


Text Example

White with #913BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,59,175); }

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

background-color css

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

 a { background-color: rgb(145,59,175); }

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

border-color css

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

 span { border-color: rgb(145,59,175); }

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