#9751B1

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

Shades of Deep Lilac #9751B1

Tints of Deep Lilac #9751B1

Color information

#9751B1 (or 0x9751B1) is unknown color: approx Deep Lilac. HEX triplet: 97, 51 and B1. RGB value is (151,81,177). Sum of RGB (Red+Green+Blue) = 151+81+177=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 177 - color contains mainly: blue. Hex color #9751B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9751B1 is #68AE4E. Grayscale: #707070. Windows color (decimal): -6860367 or 11620759. OLE color: 11620759.

HSL color Cylindrical-coordinate representation of color #9751B1: hue angle of 283.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9751B1 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15181177-
CMYK0.150.5400.31
HSL283.75º38.1%50.59%-
HSV(B)283.75º54.24%69.41%-
XYZ23.6415.6443.37-
YUV112.87164.19155.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.92%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 177 (69.53% from 255) = 43.28%
R=36.92%
G=19.80%
B=43.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151811770.150.5400.31283.7538.150.59
Hex9751B1F3601F11c2633
Octal22712126117660374344663
Binary100101111010001101100011111110110011111100011100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9751B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9751B1; }

 p { color: rgb(151,81,177); }

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

<style>
 a { background-color: #9751B1; }

 a { background-color: rgb(151,81,177); }

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

<style>
 span { border-color: #9751B1; }

 span { border-color: rgb(151,81,177); }

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