#9F44C1

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

Shades of Deep Lilac #9F44C1

Tints of Deep Lilac #9F44C1

Color information

#9F44C1 (or 0x9F44C1) is unknown color: approx Deep Lilac. HEX triplet: 9F, 44 and C1. RGB value is (159,68,193). Sum of RGB (Red+Green+Blue) = 159+68+193=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F44C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F44C1 is #60BB3E. Grayscale: #6D6D6D. Windows color (decimal): -6339391 or 12666015. OLE color: 12666015.

HSL color Cylindrical-coordinate representation of color #9F44C1: hue angle of 283.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F44C1 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15968193-
CMYK0.180.6500.24
HSL283.68º50.2%51.18%-
HSV(B)283.68º64.77%75.69%-
XYZ25.9915.3652.05-
YUV109.46175.15163.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.86%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 193 (75.78% from 255) = 45.95%
R=37.86%
G=16.19%
B=45.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal159681930.180.6500.24283.6850.251.18
Hex9F44C1124101811c3233
Octal237104301221010304346263
Binary10011111100010011000001100101000001011000100011100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F44C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F44C1; }

 p { color: rgb(159,68,193); }

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

<style>
 a { background-color: #9F44C1; }

 a { background-color: rgb(159,68,193); }

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

<style>
 span { border-color: #9F44C1; }

 span { border-color: rgb(159,68,193); }

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