Html Css Color HEX #914CCA Deep Lilac

📋 copy color: '#914CCA'

red 145 ◦ green 76 ◦ blue 202

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

Shades of Deep Lilac #914CCA

Tints of Deep Lilac #914CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 34.28%
G = 17.97%
B = 47.75%

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

#914CCA (or 0x914CCA) is known color: Deep Lilac. HEX triplet: 91, 4C and CA. RGB value is (145,76,202). Sum of RGB (Red+Green+Blue) = 145+76+202=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #914CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CCA is #6EB335. Grayscale: #6E6E6E. Windows color (decimal): -7254838 or 13257873. OLE color: 13257873.

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

Color convert

RGB 145 76 202 -
CMYK 0.28 0.62 0 0.21
HSL 272.86º 0.54% 0.55% -
HSV(B) 272.86º 0.62% 0.79% -
XYZ 24.92 15.45 57.55 -
YUV 111 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 145 76 202 0.28 0.62 0 0.21 272.86 0.54 0.55
Hex 91 4C CA 1C 3E 0 15 111 36 37
Octal 221 114 312 34 76 0 25 421 66 67
Binary 10010001 1001100 11001010 11100 111110 0 10101 100010001 110110 110111

Color Harmonies of #914CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914CCA

Black with #914CCA

Text Example


Text Example

White with #914CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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