Html Css Color HEX #914FCD Deep Lilac

📋 copy color: '#914FCD'

red 145 ◦ green 79 ◦ blue 205

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

Shades of Deep Lilac #914FCD

Tints of Deep Lilac #914FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 33.8%
G = 18.41%
B = 47.79%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#914FCD (or 0x914FCD) is known color: Deep Lilac. HEX triplet: 91, 4F and CD. RGB value is (145,79,205). Sum of RGB (Red+Green+Blue) = 145+79+205=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #914FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FCD is #6EB032. Grayscale: #707070. Windows color (decimal): -7254067 or 13455249. OLE color: 13455249.

HSL color Cylindrical-coordinate representation of color #914FCD: hue angle of 271.43º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #914FCD is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 79 205 -
CMYK 0.29 0.61 0 0.20
HSL 271.43º 0.56% 0.56% -
HSV(B) 271.43º 0.61% 0.8% -
XYZ 25.49 16.02 59.51 -
YUV 113.1 179.87 150.75 -
System Red Green Blue C M Y K H S L
Decimal 145 79 205 0.29 0.61 0 0.20 271.43 0.56 0.56
Hex 91 4F CD 1D 3D 0 14 10F 38 38
Octal 221 117 315 35 75 0 24 417 70 70
Binary 10010001 1001111 11001101 11101 111101 0 10100 100001111 111000 111000

Color Harmonies of #914FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914FCD

Black with #914FCD

Text Example


Text Example

White with #914FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,79,205); }

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

background-color css

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

 a { background-color: rgb(145,79,205); }

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

border-color css

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

 span { border-color: rgb(145,79,205); }

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