Html Css Color HEX #914BAB Deep Lilac

📋 copy color: '#914BAB'

red 145 ◦ green 75 ◦ blue 171

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

Shades of Deep Lilac #914BAB

Tints of Deep Lilac #914BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.18%

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 37.08%
G = 19.18%
B = 43.73%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#914BAB (or 0x914BAB) is known color: Deep Lilac. HEX triplet: 91, 4B and AB. RGB value is (145,75,171). Sum of RGB (Red+Green+Blue) = 145+75+171=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #914BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914BAB is #6EB454. Grayscale: #6A6A6A. Windows color (decimal): -7255125 or 11226001. OLE color: 11226001.

HSL color Cylindrical-coordinate representation of color #914BAB: hue angle of 283.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914BAB is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 75 171 -
CMYK 0.15 0.56 0 0.33
HSL 283.75º 0.39% 0.48% -
HSV(B) 283.75º 0.56% 0.67% -
XYZ 21.54 13.99 40.09 -
YUV 106.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 145 75 171 0.15 0.56 0 0.33 283.75 0.39 0.48
Hex 91 4B AB F 38 0 21 11C 27 30
Octal 221 113 253 17 70 0 41 434 47 60
Binary 10010001 1001011 10101011 1111 111000 0 100001 100011100 100111 110000

Color Harmonies of #914BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914BAB

Black with #914BAB

Text Example


Text Example

White with #914BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,75,171); }

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

background-color css

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

 a { background-color: rgb(145,75,171); }

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

border-color css

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

 span { border-color: rgb(145,75,171); }

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