#9042BA

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

Shades of Deep Lilac #9042BA

Tints of Deep Lilac #9042BA

Color information

#9042BA (or 0x9042BA) is unknown color: approx Deep Lilac. HEX triplet: 90, 42 and BA. RGB value is (144,66,186). Sum of RGB (Red+Green+Blue) = 144+66+186=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 66 (26.17% from 255 or 16.67% 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 #9042BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9042BA is #6FBD45. Grayscale: #666666. Windows color (decimal): -7322950 or 12206736. OLE color: 12206736.

HSL color Cylindrical-coordinate representation of color #9042BA: hue angle of 279º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9042BA is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14466186-
CMYK0.230.6500.27
HSL279º47.62%49.41%-
HSV(B)279º64.52%72.94%-
XYZ22.3113.3747.86-
YUV103174.84157.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.36%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=36.36%
G=16.67%
B=46.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal144661860.230.6500.2727947.6249.41
Hex9042BA174101B1173031
Octal220102272271010334276061
Binary10010000100001010111010101111000001011011100010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9042BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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