#9842be

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

Shades of Deep Lilac #9842BE

Tints of Deep Lilac #9842BE

Color information

#9842BE (or 0x9842BE) is unknown color: approx Deep Lilac. HEX triplet: 98, 42 and BE. RGB value is (152,66,190). Sum of RGB (Red+Green+Blue) = 152+66+190=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #9842BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9842BE is #67BD41. Grayscale: #696969. Windows color (decimal): -6798658 or 12468888. OLE color: 12468888.

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

Color convert

RGB15266190-
CMYK0.20.6500.25
HSL281.61º48.82%50.2%-
HSV(B)281.61º65.26%74.51%-
XYZ24.1914.2950.2-
YUV105.85175.49160.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 66 (26.17% from 255) = 16.18%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=37.25%
G=16.18%
B=46.57%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152661900.20.6500.25281.6148.8250.2
Hex9842BE144101911a3132
Octal230102276241010314326162
Binary10011000100001010111110101001000001011001100011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9842be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9842be; }

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

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

<style>
 a { background-color: #9842be; }

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

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

<style>
 span { border-color: #9842be; }

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

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