Html Css Color HEX #9140BB Deep Lilac

📋 copy color: '#9140BB'

red 145 ◦ green 64 ◦ blue 187

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

Shades of Deep Lilac #9140BB

Tints of Deep Lilac #9140BB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 36.62%
G = 16.16%
B = 47.22%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9140BB (or 0x9140BB) is known color: Deep Lilac. HEX triplet: 91, 40 and BB. RGB value is (145,64,187). Sum of RGB (Red+Green+Blue) = 145+64+187=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #9140BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9140BB is #6EBF44. Grayscale: #656565. Windows color (decimal): -7257925 or 12271761. OLE color: 12271761.

HSL color Cylindrical-coordinate representation of color #9140BB: hue angle of 279.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9140BB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 64 187 -
CMYK 0.22 0.66 0 0.27
HSL 279.51º 0.49% 0.49% -
HSV(B) 279.51º 0.66% 0.73% -
XYZ 22.48 13.27 48.39 -
YUV 102.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 145 64 187 0.22 0.66 0 0.27 279.51 0.49 0.49
Hex 91 40 BB 16 42 0 1B 118 31 31
Octal 221 100 273 26 102 0 33 430 61 61
Binary 10010001 1000000 10111011 10110 1000010 0 11011 100011000 110001 110001

Color Harmonies of #9140BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9140BB

Black with #9140BB

Text Example


Text Example

White with #9140BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9140BB; }

 p { color: rgb(145,64,187); }

 H1.HeaderClassName
 {
   color: #9140BB;
 }
 .AnyTagClassName
 {
   color: #9140BB;
 }
</style>

background-color css

<style>
 a { background-color: #9140BB; }

 a { background-color: rgb(145,64,187); }

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

border-color css

<style>
 span { border-color: #9140BB; }

 span { border-color: rgb(145,64,187); }

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