#975ABF

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

Shades of Deep Lilac #975ABF

Tints of Deep Lilac #975ABF

Color information

#975ABF (or 0x975ABF) is unknown color: approx Deep Lilac. HEX triplet: 97, 5A and BF. RGB value is (151,90,191). Sum of RGB (Red+Green+Blue) = 151+90+191=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #975ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ABF is #68A540. Grayscale: #777777. Windows color (decimal): -6858049 or 12540567. OLE color: 12540567.

HSL color Cylindrical-coordinate representation of color #975ABF: hue angle of 276.24º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #975ABF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15190191-
CMYK0.210.5300.25
HSL276.24º44.1%55.1%-
HSV(B)276.24º52.88%74.9%-
XYZ25.8217.6551.34-
YUV119.75168.21150.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 191 (75% from 255) = 44.21%
R=34.95%
G=20.83%
B=44.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151901910.210.5300.25276.2444.155.1
Hex975ABF15350191142c37
Octal22713227725650314245467
Binary1001011110110101011111110101110101011001100010100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975ABF; }

 p { color: rgb(151,90,191); }

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

<style>
 a { background-color: #975ABF; }

 a { background-color: rgb(151,90,191); }

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

<style>
 span { border-color: #975ABF; }

 span { border-color: rgb(151,90,191); }

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