Html Css Color HEX #914FCB Deep Lilac

📋 copy color: '#914FCB'

red 145 ◦ green 79 ◦ blue 203

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

Shades of Deep Lilac #914FCB

Tints of Deep Lilac #914FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 33.96%
G = 18.5%
B = 47.54%

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

#914FCB (or 0x914FCB) is known color: Deep Lilac. HEX triplet: 91, 4F and CB. RGB value is (145,79,203). Sum of RGB (Red+Green+Blue) = 145+79+203=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #914FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914FCB is #6EB034. Grayscale: #707070. Windows color (decimal): -7254069 or 13324177. OLE color: 13324177.

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

Color convert

RGB 145 79 203 -
CMYK 0.29 0.61 0 0.20
HSL 271.94º 0.54% 0.55% -
HSV(B) 271.94º 0.61% 0.8% -
XYZ 25.25 15.92 58.24 -
YUV 112.87 178.87 150.92 -
System Red Green Blue C M Y K H S L
Decimal 145 79 203 0.29 0.61 0 0.20 271.94 0.54 0.55
Hex 91 4F CB 1D 3D 0 14 110 36 37
Octal 221 117 313 35 75 0 24 420 66 67
Binary 10010001 1001111 11001011 11101 111101 0 10100 100010000 110110 110111

Color Harmonies of #914FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914FCB

Black with #914FCB

Text Example


Text Example

White with #914FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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