Html Css Color HEX #913DB0 Deep Lilac

📋 copy color: '#913DB0'

red 145 ◦ green 61 ◦ blue 176

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

Shades of Deep Lilac #913DB0

Tints of Deep Lilac #913DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.07%

R = 37.96%
G = 15.97%
B = 46.07%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#913DB0 (or 0x913DB0) is known color: Deep Lilac. HEX triplet: 91, 3D and B0. RGB value is (145,61,176). Sum of RGB (Red+Green+Blue) = 145+61+176=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #913DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913DB0 is #6EC24F. Grayscale: #626262. Windows color (decimal): -7258704 or 11550097. OLE color: 11550097.

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

Color convert

RGB 145 61 176 -
CMYK 0.18 0.65 0 0.31
HSL 283.83º 0.49% 0.46% -
HSV(B) 283.83º 0.65% 0.69% -
XYZ 21.18 12.49 42.37 -
YUV 99.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 145 61 176 0.18 0.65 0 0.31 283.83 0.49 0.46
Hex 91 3D B0 12 41 0 1F 11C 31 2E
Octal 221 75 260 22 101 0 37 434 61 56
Binary 10010001 111101 10110000 10010 1000001 0 11111 100011100 110001 101110

Color Harmonies of #913DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913DB0

Black with #913DB0

Text Example


Text Example

White with #913DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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