#9042BF

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

Shades of Deep Lilac #9042BF

Tints of Deep Lilac #9042BF

Color information

#9042BF (or 0x9042BF) is unknown color: approx Deep Lilac. HEX triplet: 90, 42 and BF. RGB value is (144,66,191). Sum of RGB (Red+Green+Blue) = 144+66+191=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #9042BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9042BF is #6FBD40. Grayscale: #676767. Windows color (decimal): -7322945 or 12534416. OLE color: 12534416.

HSL color Cylindrical-coordinate representation of color #9042BF: hue angle of 277.44º 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 #9042BF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14466191-
CMYK0.250.6500.25
HSL277.44º49.41%50.39%-
HSV(B)277.44º65.45%74.9%-
XYZ22.8513.5950.71-
YUV103.57177.34156.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 191 (75% from 255) = 47.63%
R=35.91%
G=16.46%
B=47.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal144661910.250.6500.25277.4449.4150.39
Hex9042BF19410191153132
Octal220102277311010314256162
Binary10010000100001010111111110011000001011001100010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9042BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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