#975DBF

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

Shades of Deep Lilac #975DBF

Tints of Deep Lilac #975DBF

Color information

#975DBF (or 0x975DBF) is unknown color: approx Deep Lilac. HEX triplet: 97, 5D and BF. RGB value is (151,93,191). Sum of RGB (Red+Green+Blue) = 151+93+191=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #975DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975DBF is #68A240. Grayscale: #797979. Windows color (decimal): -6857281 or 12541335. OLE color: 12541335.

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

Color convert

RGB15193191-
CMYK0.210.5100.25
HSL275.51º43.36%55.69%-
HSV(B)275.51º51.31%74.9%-
XYZ26.0818.1751.42-
YUV121.51167.22149.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 191 (75% from 255) = 43.91%
R=34.71%
G=21.38%
B=43.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151931910.210.5100.25275.5143.3655.69
Hex975DBF15330191142b38
Octal22713527725630314245370
Binary1001011110111011011111110101110011011001100010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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