Html Css Color HEX #914DAF Deep Lilac

📋 copy color: '#914DAF'

red 145 ◦ green 77 ◦ blue 175

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

Shades of Deep Lilac #914DAF

Tints of Deep Lilac #914DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 36.52%
G = 19.4%
B = 44.08%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#914DAF (or 0x914DAF) is known color: Deep Lilac. HEX triplet: 91, 4D and AF. RGB value is (145,77,175). Sum of RGB (Red+Green+Blue) = 145+77+175=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #914DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914DAF is #6EB250. Grayscale: #6C6C6C. Windows color (decimal): -7254609 or 11488657. OLE color: 11488657.

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

Color convert

RGB 145 77 175 -
CMYK 0.17 0.56 0 0.31
HSL 281.63º 0.39% 0.49% -
HSV(B) 281.63º 0.56% 0.69% -
XYZ 22.07 14.42 42.18 -
YUV 108.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 145 77 175 0.17 0.56 0 0.31 281.63 0.39 0.49
Hex 91 4D AF 11 38 0 1F 11A 27 31
Octal 221 115 257 21 70 0 37 432 47 61
Binary 10010001 1001101 10101111 10001 111000 0 11111 100011010 100111 110001

Color Harmonies of #914DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914DAF

Black with #914DAF

Text Example


Text Example

White with #914DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,77,175); }

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

background-color css

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

 a { background-color: rgb(145,77,175); }

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

border-color css

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

 span { border-color: rgb(145,77,175); }

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