#9042BE

Color #9042BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9042BE

Tints of Deep Lilac #9042BE

Color information

#9042BE (or 0x9042BE) is unknown color: approx Deep Lilac. HEX triplet: 90, 42 and BE. RGB value is (144,66,190). Sum of RGB (Red+Green+Blue) = 144+66+190=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #9042BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9042BE is #6FBD41. Grayscale: #676767. Windows color (decimal): -7322946 or 12468880. OLE color: 12468880.

HSL color Cylindrical-coordinate representation of color #9042BE: hue angle of 277.74º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9042BE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14466190-
CMYK0.240.6500.25
HSL277.74º48.82%50.2%-
HSV(B)277.74º65.26%74.51%-
XYZ22.7413.5450.13-
YUV103.46176.84156.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=36%
G=16.5%
B=47.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144661900.240.6500.25277.7448.8250.2
Hex9042BE18410191163132
Octal220102276301010314266162
Binary10010000100001010111110110001000001011001100010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9042BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9042BE; }

 p { color: rgb(144,66,190); }

 H1.HeaderClassName
 {
   color: #9042BE;
 }
 .AnyTagClassName
 {
   color: #9042BE;
 }
</style>
background-color css

<style>
 a { background-color: #9042BE; }

 a { background-color: rgb(144,66,190); }

 div.DivClassName
 {
   background-color: #9042BE;
 }
 .BgClassName
 {
   background-color: #9042BE;
 }
</style>
border-color css

<style>
 span { border-color: #9042BE; }

 span { border-color: rgb(144,66,190); }

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