Html Css Color HEX #914CC9 Deep Lilac

📋 copy color: '#914CC9'

red 145 ◦ green 76 ◦ blue 201

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

Shades of Deep Lilac #914CC9

Tints of Deep Lilac #914CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 34.36%
G = 18.01%
B = 47.63%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#914CC9 (or 0x914CC9) is known color: Deep Lilac. HEX triplet: 91, 4C and C9. RGB value is (145,76,201). Sum of RGB (Red+Green+Blue) = 145+76+201=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #914CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CC9 is #6EB336. Grayscale: #6E6E6E. Windows color (decimal): -7254839 or 13192337. OLE color: 13192337.

HSL color Cylindrical-coordinate representation of color #914CC9: hue angle of 273.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #914CC9 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 76 201 -
CMYK 0.28 0.62 0 0.21
HSL 273.12º 0.54% 0.54% -
HSV(B) 273.12º 0.62% 0.79% -
XYZ 24.8 15.41 56.92 -
YUV 110.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 145 76 201 0.28 0.62 0 0.21 273.12 0.54 0.54
Hex 91 4C C9 1C 3E 0 15 111 36 36
Octal 221 114 311 34 76 0 25 421 66 66
Binary 10010001 1001100 11001001 11100 111110 0 10101 100010001 110110 110110

Color Harmonies of #914CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914CC9

Black with #914CC9

Text Example


Text Example

White with #914CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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