#975BBE

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

Shades of Deep Lilac #975BBE

Tints of Deep Lilac #975BBE

Color information

#975BBE (or 0x975BBE) is unknown color: approx Deep Lilac. HEX triplet: 97, 5B and BE. RGB value is (151,91,190). Sum of RGB (Red+Green+Blue) = 151+91+190=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #975BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BBE is #68A441. Grayscale: #777777. Windows color (decimal): -6857794 or 12475287. OLE color: 12475287.

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

Color convert

RGB15191190-
CMYK0.210.5200.25
HSL276.36º43.23%55.1%-
HSV(B)276.36º52.11%74.51%-
XYZ25.817.7850.79-
YUV120.23167.38149.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 91 (35.94% from 255) = 21.06%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=34.95%
G=21.06%
B=43.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151911900.210.5200.25276.3643.2355.1
Hex975BBE15340191142b37
Octal22713327625640314245367
Binary1001011110110111011111010101110100011001100010100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,91,190); }

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

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

 a { background-color: rgb(151,91,190); }

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

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

 span { border-color: rgb(151,91,190); }

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