#975EBF

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

Shades of Deep Lilac #975EBF

Tints of Deep Lilac #975EBF

Color information

#975EBF (or 0x975EBF) is unknown color: approx Deep Lilac. HEX triplet: 97, 5E and BF. RGB value is (151,94,191). Sum of RGB (Red+Green+Blue) = 151+94+191=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #975EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EBF is #68A140. Grayscale: #797979. Windows color (decimal): -6857025 or 12541591. OLE color: 12541591.

HSL color Cylindrical-coordinate representation of color #975EBF: hue angle of 275.26º 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 #975EBF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15194191-
CMYK0.210.5100.25
HSL275.26º43.11%55.88%-
HSV(B)275.26º50.79%74.9%-
XYZ26.1718.3551.45-
YUV122.1166.88148.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 94 (37.11% from 255) = 21.56%
BLUE value IS 191 (75% from 255) = 43.81%
R=34.63%
G=21.56%
B=43.81%

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
Decimal151941910.210.5100.25275.2643.1155.88
Hex975EBF15330191132b38
Octal22713627725630314235370
Binary1001011110111101011111110101110011011001100010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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