Html Css Color HEX #914EB1 Deep Lilac

📋 copy color: '#914EB1'

red 145 ◦ green 78 ◦ blue 177

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

Shades of Deep Lilac #914EB1

Tints of Deep Lilac #914EB1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.5%

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

R = 36.25%
G = 19.5%
B = 44.25%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#914EB1 (or 0x914EB1) is known color: Deep Lilac. HEX triplet: 91, 4E and B1. RGB value is (145,78,177). Sum of RGB (Red+Green+Blue) = 145+78+177=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #914EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914EB1 is #6EB14E. Grayscale: #6C6C6C. Windows color (decimal): -7254351 or 11619985. OLE color: 11619985.

HSL color Cylindrical-coordinate representation of color #914EB1: hue angle of 280.61º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914EB1 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 78 177 -
CMYK 0.18 0.56 0 0.31
HSL 280.61º 0.39% 0.5% -
HSV(B) 280.61º 0.56% 0.69% -
XYZ 22.34 14.64 43.24 -
YUV 109.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 145 78 177 0.18 0.56 0 0.31 280.61 0.39 0.5
Hex 91 4E B1 12 38 0 1F 119 27 32
Octal 221 116 261 22 70 0 37 431 47 62
Binary 10010001 1001110 10110001 10010 111000 0 11111 100011001 100111 110010

Color Harmonies of #914EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914EB1

Black with #914EB1

Text Example


Text Example

White with #914EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914EB1; }

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

 H1.HeaderClassName
 {
   color: #914EB1;
 }
 .AnyTagClassName
 {
   color: #914EB1;
 }
</style>

background-color css

<style>
 a { background-color: #914EB1; }

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

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

border-color css

<style>
 span { border-color: #914EB1; }

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

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