#975cb2

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

Shades of Deep Lilac #975CB2

Tints of Deep Lilac #975CB2

Color information

#975CB2 (or 0x975CB2) is unknown color: approx Deep Lilac. HEX triplet: 97, 5C and B2. RGB value is (151,92,178). Sum of RGB (Red+Green+Blue) = 151+92+178=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #975CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975CB2 is #68A34D. Grayscale: #777777. Windows color (decimal): -6857550 or 11689111. OLE color: 11689111.

HSL color Cylindrical-coordinate representation of color #975CB2: hue angle of 281.16º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #975CB2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15192178-
CMYK0.150.4800.30
HSL281.16º35.83%52.94%-
HSV(B)281.16º48.31%69.8%-
XYZ24.6317.4544.19-
YUV119.44161.05150.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 178 (69.92% from 255) = 42.28%
R=35.87%
G=21.85%
B=42.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151921780.150.4800.30281.1635.8352.94
Hex975CB2F3001E1192435
Octal22713426217600364314465
Binary100101111011100101100101111110000011110100011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975cb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,92,178); }

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

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

 a { background-color: rgb(151,92,178); }

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

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

 span { border-color: rgb(151,92,178); }

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