Html Css Color HEX #914CB1 Deep Lilac

📋 copy color: '#914CB1'

red 145 ◦ green 76 ◦ blue 177

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

Shades of Deep Lilac #914CB1

Tints of Deep Lilac #914CB1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

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

R = 36.43%
G = 19.1%
B = 44.47%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#914CB1 (or 0x914CB1) is known color: Deep Lilac. HEX triplet: 91, 4C and B1. RGB value is (145,76,177). Sum of RGB (Red+Green+Blue) = 145+76+177=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #914CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914CB1 is #6EB34E. Grayscale: #6B6B6B. Windows color (decimal): -7254863 or 11619473. OLE color: 11619473.

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

Color convert

RGB 145 76 177 -
CMYK 0.18 0.57 0 0.31
HSL 280.99º 0.4% 0.5% -
HSV(B) 280.99º 0.57% 0.69% -
XYZ 22.2 14.36 43.2 -
YUV 108.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 145 76 177 0.18 0.57 0 0.31 280.99 0.4 0.5
Hex 91 4C B1 12 39 0 1F 119 28 32
Octal 221 114 261 22 71 0 37 431 50 62
Binary 10010001 1001100 10110001 10010 111001 0 11111 100011001 101000 110010

Color Harmonies of #914CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914CB1

Black with #914CB1

Text Example


Text Example

White with #914CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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