Html Css Color HEX #914ACE Deep Lilac

📋 copy color: '#914ACE'

red 145 ◦ green 74 ◦ blue 206

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

Shades of Deep Lilac #914ACE

Tints of Deep Lilac #914ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 34.12%
G = 17.41%
B = 48.47%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#914ACE (or 0x914ACE) is known color: Deep Lilac. HEX triplet: 91, 4A and CE. RGB value is (145,74,206). Sum of RGB (Red+Green+Blue) = 145+74+206=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #914ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914ACE is #6EB531. Grayscale: #6D6D6D. Windows color (decimal): -7255346 or 13519505. OLE color: 13519505.

HSL color Cylindrical-coordinate representation of color #914ACE: hue angle of 272.27º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #914ACE is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 74 206 -
CMYK 0.30 0.64 0 0.19
HSL 272.27º 0.57% 0.55% -
HSV(B) 272.27º 0.64% 0.81% -
XYZ 25.27 15.37 60.03 -
YUV 110.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 145 74 206 0.30 0.64 0 0.19 272.27 0.57 0.55
Hex 91 4A CE 1E 40 0 13 110 39 37
Octal 221 112 316 36 100 0 23 420 71 67
Binary 10010001 1001010 11001110 11110 1000000 0 10011 100010000 111001 110111

Color Harmonies of #914ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914ACE

Black with #914ACE

Text Example


Text Example

White with #914ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,74,206); }

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

background-color css

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

 a { background-color: rgb(145,74,206); }

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

border-color css

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

 span { border-color: rgb(145,74,206); }

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