Html Css Color HEX #914CCE Deep Lilac

📋 copy color: '#914CCE'

red 145 ◦ green 76 ◦ blue 206

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

Shades of Deep Lilac #914CCE

Tints of Deep Lilac #914CCE

RGB

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

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

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

R = 33.96%
G = 17.8%
B = 48.24%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#914CCE (or 0x914CCE) is known color: Deep Lilac. HEX triplet: 91, 4C and CE. RGB value is (145,76,206). Sum of RGB (Red+Green+Blue) = 145+76+206=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #914CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #914CCE is #6EB331. Grayscale: #6F6F6F. Windows color (decimal): -7254834 or 13520017. OLE color: 13520017.

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

Color convert

RGB 145 76 206 -
CMYK 0.30 0.63 0 0.19
HSL 271.85º 0.57% 0.55% -
HSV(B) 271.85º 0.63% 0.81% -
XYZ 25.4 15.64 60.07 -
YUV 111.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 145 76 206 0.30 0.63 0 0.19 271.85 0.57 0.55
Hex 91 4C CE 1E 3F 0 13 110 39 37
Octal 221 114 316 36 77 0 23 420 71 67
Binary 10010001 1001100 11001110 11110 111111 0 10011 100010000 111001 110111

Color Harmonies of #914CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914CCE

Black with #914CCE

Text Example


Text Example

White with #914CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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