#9742BE

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

Shades of Deep Lilac #9742BE

Tints of Deep Lilac #9742BE

Color information

#9742BE (or 0x9742BE) is unknown color: approx Deep Lilac. HEX triplet: 97, 42 and BE. RGB value is (151,66,190). Sum of RGB (Red+Green+Blue) = 151+66+190=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #9742BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9742BE is #68BD41. Grayscale: #696969. Windows color (decimal): -6864194 or 12468887. OLE color: 12468887.

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

Color convert

RGB15166190-
CMYK0.210.6500.25
HSL281.13º48.82%50.2%-
HSV(B)281.13º65.26%74.51%-
XYZ2414.1950.19-
YUV105.55175.66160.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=37.10%
G=16.22%
B=46.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151661900.210.6500.25281.1348.8250.2
Hex9742BE15410191193132
Octal227102276251010314316162
Binary10010111100001010111110101011000001011001100011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9742BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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