#9751AC

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

Shades of Deep Lilac #9751AC

Tints of Deep Lilac #9751AC

Color information

#9751AC (or 0x9751AC) is unknown color: approx Deep Lilac. HEX triplet: 97, 51 and AC. RGB value is (151,81,172). Sum of RGB (Red+Green+Blue) = 151+81+172=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #9751AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9751AC is #68AE53. Grayscale: #707070. Windows color (decimal): -6860372 or 11293079. OLE color: 11293079.

HSL color Cylindrical-coordinate representation of color #9751AC: hue angle of 286.15º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9751AC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15181172-
CMYK0.120.5300.33
HSL286.15º35.97%49.61%-
HSV(B)286.15º52.91%67.45%-
XYZ23.1515.4440.79-
YUV112.3161.69155.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.38%
GREEN value IS 81 (32.03% from 255) = 20.05%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=37.38%
G=20.05%
B=42.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151811720.120.5300.33286.1535.9749.61
Hex9751ACC3502111e2432
Octal22712125414650414364462
Binary1001011110100011010110011001101010100001100011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9751AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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