#975CB3

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

Shades of Deep Lilac #975CB3

Tints of Deep Lilac #975CB3

Color information

#975CB3 (or 0x975CB3) is unknown color: approx Deep Lilac. HEX triplet: 97, 5C and B3. RGB value is (151,92,179). Sum of RGB (Red+Green+Blue) = 151+92+179=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #975CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975CB3 is #68A34C. Grayscale: #777777. Windows color (decimal): -6857549 or 11754647. OLE color: 11754647.

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

Color convert

RGB15192179-
CMYK0.160.4900.30
HSL280.69º36.4%53.14%-
HSV(B)280.69º48.6%70.2%-
XYZ24.7317.4944.72-
YUV119.56161.55150.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 179 (70.31% from 255) = 42.42%
R=35.78%
G=21.80%
B=42.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151921790.160.4900.30280.6936.453.14
Hex975CB3103101E1192435
Octal22713426320610364314465
Binary1001011110111001011001110000110001011110100011001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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