#975ABA

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

Shades of Deep Lilac #975ABA

Tints of Deep Lilac #975ABA

Color information

#975ABA (or 0x975ABA) is unknown color: approx Deep Lilac. HEX triplet: 97, 5A and BA. RGB value is (151,90,186). Sum of RGB (Red+Green+Blue) = 151+90+186=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #975ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ABA is #68A545. Grayscale: #767676. Windows color (decimal): -6858054 or 12212887. OLE color: 12212887.

HSL color Cylindrical-coordinate representation of color #975ABA: hue angle of 278.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975ABA is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15190186-
CMYK0.190.5200.27
HSL278.12º41.03%54.12%-
HSV(B)278.12º51.61%72.94%-
XYZ25.2817.4448.49-
YUV119.18165.71150.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.36%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=35.36%
G=21.08%
B=43.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151901860.190.5200.27278.1241.0354.12
Hex975ABA133401B1162936
Octal22713227223640334265166
Binary1001011110110101011101010011110100011011100010110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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