Html Css Color HEX #913DB1 Deep Lilac

📋 copy color: '#913DB1'

red 145 ◦ green 61 ◦ blue 177

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

Shades of Deep Lilac #913DB1

Tints of Deep Lilac #913DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.93%

 BLUE value IS 177 (69.53% from 255) = 46.21%

R = 37.86%
G = 15.93%
B = 46.21%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#913DB1 (or 0x913DB1) is known color: Deep Lilac. HEX triplet: 91, 3D and B1. RGB value is (145,61,177). Sum of RGB (Red+Green+Blue) = 145+61+177=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #913DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913DB1 is #6EC24E. Grayscale: #626262. Windows color (decimal): -7258703 or 11615633. OLE color: 11615633.

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

Color convert

RGB 145 61 177 -
CMYK 0.18 0.66 0 0.31
HSL 283.45º 0.49% 0.47% -
HSV(B) 283.45º 0.66% 0.69% -
XYZ 21.28 12.53 42.89 -
YUV 99.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 145 61 177 0.18 0.66 0 0.31 283.45 0.49 0.47
Hex 91 3D B1 12 42 0 1F 11B 31 2F
Octal 221 75 261 22 102 0 37 433 61 57
Binary 10010001 111101 10110001 10010 1000010 0 11111 100011011 110001 101111

Color Harmonies of #913DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913DB1

Black with #913DB1

Text Example


Text Example

White with #913DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,61,177); }

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

background-color css

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

 a { background-color: rgb(145,61,177); }

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

border-color css

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

 span { border-color: rgb(145,61,177); }

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