Html Css Color HEX #9240BB Deep Lilac

📋 copy color: '#9240BB'

red 146 ◦ green 64 ◦ blue 187

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

Shades of Deep Lilac #9240BB

Tints of Deep Lilac #9240BB

RGB

 RED value IS 146 (57.42% from 255) = 36.78%

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

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

R = 36.78%
G = 16.12%
B = 47.1%

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

#9240BB (or 0x9240BB) is known color: Deep Lilac. HEX triplet: 92, 40 and BB. RGB value is (146,64,187). Sum of RGB (Red+Green+Blue) = 146+64+187=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #9240BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9240BB is #6DBF44. Grayscale: #666666. Windows color (decimal): -7192389 or 12271762. OLE color: 12271762.

HSL color Cylindrical-coordinate representation of color #9240BB: hue angle of 280º 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 #9240BB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 64 187 -
CMYK 0.22 0.66 0 0.27
HSL 280º 0.49% 0.49% -
HSV(B) 280º 0.66% 0.73% -
XYZ 22.66 13.37 48.4 -
YUV 102.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 146 64 187 0.22 0.66 0 0.27 280 0.49 0.49
Hex 92 40 BB 16 42 0 1B 118 31 31
Octal 222 100 273 26 102 0 33 430 61 61
Binary 10010010 1000000 10111011 10110 1000010 0 11011 100011000 110001 110001

Color Harmonies of #9240BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240BB

Black with #9240BB

Text Example


Text Example

White with #9240BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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