Html Css Color HEX #9240BA Deep Lilac

📋 copy color: '#9240BA'

red 146 ◦ green 64 ◦ blue 186

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

Shades of Deep Lilac #9240BA

Tints of Deep Lilac #9240BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 36.87%
G = 16.16%
B = 46.97%

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

#9240BA (or 0x9240BA) is known color: Deep Lilac. HEX triplet: 92, 40 and BA. RGB value is (146,64,186). Sum of RGB (Red+Green+Blue) = 146+64+186=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #9240BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9240BA is #6DBF45. Grayscale: #666666. Windows color (decimal): -7192390 or 12206226. OLE color: 12206226.

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

Color convert

RGB 146 64 186 -
CMYK 0.22 0.66 0 0.27
HSL 280.33º 0.49% 0.49% -
HSV(B) 280.33º 0.66% 0.73% -
XYZ 22.55 13.32 47.84 -
YUV 102.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 146 64 186 0.22 0.66 0 0.27 280.33 0.49 0.49
Hex 92 40 BA 16 42 0 1B 118 31 31
Octal 222 100 272 26 102 0 33 430 61 61
Binary 10010010 1000000 10111010 10110 1000010 0 11011 100011000 110001 110001

Color Harmonies of #9240BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9240BA

Black with #9240BA

Text Example


Text Example

White with #9240BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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