Html Css Color HEX #9149CB Deep Lilac

📋 copy color: '#9149CB'

red 145 ◦ green 73 ◦ blue 203

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

Shades of Deep Lilac #9149CB

Tints of Deep Lilac #9149CB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.34%

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

R = 34.44%
G = 17.34%
B = 48.22%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9149CB (or 0x9149CB) is known color: Deep Lilac. HEX triplet: 91, 49 and CB. RGB value is (145,73,203). Sum of RGB (Red+Green+Blue) = 145+73+203=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #9149CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9149CB is #6EB634. Grayscale: #6C6C6C. Windows color (decimal): -7255605 or 13322641. OLE color: 13322641.

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

Color convert

RGB 145 73 203 -
CMYK 0.29 0.64 0 0.20
HSL 273.23º 0.56% 0.54% -
HSV(B) 273.23º 0.64% 0.8% -
XYZ 24.84 15.1 58.1 -
YUV 109.35 180.85 153.43 -
System Red Green Blue C M Y K H S L
Decimal 145 73 203 0.29 0.64 0 0.20 273.23 0.56 0.54
Hex 91 49 CB 1D 40 0 14 111 38 36
Octal 221 111 313 35 100 0 24 421 70 66
Binary 10010001 1001001 11001011 11101 1000000 0 10100 100010001 111000 110110

Color Harmonies of #9149CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9149CB

Black with #9149CB

Text Example


Text Example

White with #9149CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9149CB; }

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

 H1.HeaderClassName
 {
   color: #9149CB;
 }
 .AnyTagClassName
 {
   color: #9149CB;
 }
</style>

background-color css

<style>
 a { background-color: #9149CB; }

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

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

border-color css

<style>
 span { border-color: #9149CB; }

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

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